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
{{ message }}
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.
When I load the page the first gets replaced by smile image. The other does not.
Even when I run on console emojify.run(), the second one does not change, any advice?
Also, I noticed in browser console that img_dir when using sprite is not used, since span uses this property background-image: url(../../images/sprites/emojify-emoticons.png);, i.e. not /images/emojis....
Regards.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have:
When I load the page the first gets replaced by smile image. The other does not.
Even when I run on console
emojify.run()
, the second one does not change, any advice?Also, I noticed in browser console that
img_dir
when using sprite is not used, sincespan
uses this propertybackground-image: url(../../images/sprites/emojify-emoticons.png);
, i.e. not/images/emojis...
.Regards.
The text was updated successfully, but these errors were encountered: