diff options
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", |
