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.
I want add custom size for every smile by attribute (like bbcode) [emojiname-size]
And this should look like image with width=size and height=size <img class="emoji" alt="emojiname" src="path/emojiname.png" width="size" height="size">
Sample. [fun-30]
Must replace with: <img class="emoji" alt="fun" src="path/fun.png" width="30" height="30">
Is that possible?
The text was updated successfully, but these errors were encountered:
I want add custom size for every smile by attribute (like bbcode)
[emojiname-size]
And this should look like image with
width=size
andheight=size
<img class="emoji" alt="emojiname" src="path/emojiname.png" width="size" height="size">
Sample.
[fun-30]
Must replace with:
<img class="emoji" alt="fun" src="path/fun.png" width="30" height="30">
Is that possible?
The text was updated successfully, but these errors were encountered: