Very few readers/apps do well with the "height" property...something about not knowing to which height the property refers (screen height, document height, container height, etc.)
Change your CSS to read:
img.emoji {width:1em} /* or whatever you need to make the dimensions correct */
Marvin works fine with that...I use it all the time.
|