Width is now auto, to help with weird-sized emoticons
This commit is contained in:
parent
5eec570a72
commit
9d43d343f8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ function inject_image(ident, classes) {
|
|||
image = decoder[i][key];
|
||||
key = "(" + key + ")";
|
||||
$(this).html($(this).html().replace(key,
|
||||
"<img class='" + classes + "' style='height: 30px; width: 30px;' src='" + image + "'/>"
|
||||
"<img class='" + classes + "' style='height: 30px; width: auto;' src='" + image + "'/>"
|
||||
));
|
||||
}
|
||||
});
|
||||
|
|
Reference in a new issue