I want to delete some of the emojis, but only part of a group, not the whole group. How do you do that?
thank
ישראלים-אני אשמח אם תענו בעברית
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.