<p>Currently Wikia chat automatically resizes every emoticon to 19x19 pixels. Most emoticons still display fine when scaled like this, but some don't. For example,

</p><noscript>

</noscript>,

, and others get distorted and don't look too good. Even basic emoticons such as

looks better in its proper resolution than it does in chat. I think it could be good if an administrator could make it so emoticons display in their proper resolution and aspect ratio in chat. All that needs to be added to
MediaWiki:Chat.css would be
<div dir="ltr" class="mw-geshi mw-content-ltr"><div class="css source-css">
<span class="re1">.message</span> img <span class="br0">{</span>
<span class="kw1">width</span><span class="sy0">:</span> <span class="kw2">auto</span><span class="sy0">;</span>
<span class="kw1">height</span><span class="sy0">:</span> <span class="kw2">auto</span><span class="sy0">;</span>
<span class="br0">}</span></div></div>
<p>Does this sound like a good idea? It hardly changes anything, just makes emoticons look a bit better in chat.
</p>