Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.
emoji
@PitaJ said in Is it possible to zoom in the emojis?:
Thanks.
.emoji { height:60px; }
does the trick.