@PitaJ works fine now! thanks
Is it possible to zoom in the emojis?
-
Its a little bit too small.. is it possible to zoom in them, at least for custom emojis ? for example, in two lines?
In my forum, the custom emojis are too small:
I prefer it as the following:
-
You can size them with CSS. The class
emoji
applies to all of them. Each one has an individual class as well. There's also a class for each emoji pack. -
@PitaJ said in Is it possible to zoom in the emojis?:
emoji
Thanks.
.emoji { height:60px; }
does the trick.