Can't change twemojiFolder except 72x72
rwaddin opened this issue · 1 comments
rwaddin commented
Halo,
i use vue v.2, how to change value folder except 72x72 ? i was try change to 16x16, 24x24 and many more, but result is 404.
- Can you tell me which folders can be used?
- I tried setting the width directly with css but it still didn't change the emojis size
thank's
rwaddin commented
I tried to put the css in App.vue and the emojis changed size
img.emoji {
width: 18px;
}
thank's.