If you'd like to size the emoji according to the surrounding text, you can add the following CSS to your stylesheet:img.emoji { height: 1em; width: 1em; margin: 0 .05em 0 .1em; vertical-align: -0.1em; }This will make sure emoji derive their width and height from the font-size...