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
Are you planning on updating it to use the last 2.X Emojione version (2.2.7)? it includes quite a few new Emojis (like 🤠 or 🤣).
Thing is that since the current version used in the library, they have changed Emojione to use absolute background positioning for emojis instead of percentual, which makes scaling emojis more difficult since you can't set width and height and have to use an approach with zoom (which does not work on Firefox) or transform: scale().
I was wondering if you though about it and are planning to update or you are not planning to do it at the moment.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for the great library!
Are you planning on updating it to use the last 2.X Emojione version (2.2.7)? it includes quite a few new Emojis (like 🤠 or 🤣).
Thing is that since the current version used in the library, they have changed Emojione to use absolute background positioning for emojis instead of percentual, which makes scaling emojis more difficult since you can't set
width
andheight
and have to use an approach withzoom
(which does not work on Firefox) ortransform: scale()
.I was wondering if you though about it and are planning to update or you are not planning to do it at the moment.
Thanks!
The text was updated successfully, but these errors were encountered: