@psychobunny Custom header is a way, but not good enough, in fact I am writing a plugin which act somewhat like nodebb-plugin-widgets-essential, that is to add one of our custom widget.
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.