diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-29 21:12:08 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-29 21:12:08 +0300 |
| commit | a9a5e20324998a15432e90581666e8f72aeca8af (patch) | |
| tree | 2360e39525e65c80b2857057a9a37469f6bf8d8e /default-config.json | |
| parent | 498b6ca644fcf666a49097fb197e72800769e03a (diff) | |
Improve emotes handling
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default-config.json b/default-config.json index ab6dd93..53dfbe5 100644 --- a/default-config.json +++ b/default-config.json @@ -58,7 +58,7 @@ "name": "image", "regex": "(https?:\\/\\/[^']*\\.)(png|jpg|gif|jpeg)([^' ,]*)", "flags": "g", - "replace": "<a href='$1$2$3' target='_blank' rel='noopener noreferrer'><img src='$1$2$3' style='max-width:200px; max-height:200px'/></a>" + "replace": "<a href='$1$2$3' target='_blank' rel='noopener noreferrer'><img src='$1$2$3' class='chat-img'/></a>" }, { "name": "url", |
