I followed the instruction on how to insert custom smilies and added to my custom.css
.bbcode_smiley {height: 24px !important; width: 24px !important;}
in order to resize the svg.
I can insert the smilies, but in the comment-section the smilies are not displayed properly when I want to select them.
See here for instance
In addition I have a problem to resize the emoticons in the BE configuration. Tried different CSS rules like:
.bbcode_smiley, div#emoticons-emojione img {
max-height: 32px !important;
max-width: 32px !important;
}
Thank you.