emojione
Version:
EmojiOne is a complete set of emojis designed for the web. It includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. PNG formats provided for the emoji images.
19 lines (17 loc) • 335 B
CSS
.emojione {
/* Emoji Sizing */
font-size: inherit;
height: 3ex;
width: 3.1ex;
min-height: 20px;
min-width: 20px;
/* Inline alignment adjust the margins */
display: inline-block;
margin: -.2ex .15em .2ex;
line-height: normal;
vertical-align: middle;
}
img.emojione {
/* prevent img stretch */
width: auto;
}