Smiley face stretched beyond recognition
5yr
@pinkapricorn
Refer to attached image. This came to my email. It looks like in the HTML or CSS the width for the smiley got set to something way too wide. It might help to add a style rule that has max-width: 100px; in it (or whatever the native width of the smiley image is.) Then if some other code tries to scale it based on a percentage, it won't go above that width.