You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing a plugin for a wysiwyg with emojify.js using sprite mode. The issue I have is that I can't manage to have emoticons emojis combined with the full list of emoji using sprite mode.
Hi,
First, thanks for the repo !
I'm developing a plugin for a wysiwyg with emojify.js using sprite mode. The issue I have is that I can't manage to have emoticons emojis combined with the full list of emoji using sprite mode.
For example, I can't find the emoji-smile class in this css file : https://github.com/Ranks/emojify.js/blob/master/dist/css/sprites/emojify.css
And if I combine both css in the sprite directory, it leads to uncorrect background positions and image as well.
I might be doing something wrong since the repo exists since a few years now but I'd be glad to get some hints here.
Thanks !