Emoji Size with composer-redactor

NodeBB Plugins
  • I'm using composer-redactor plugin, when including emoji they are quite large?
    Any idea how to have solve this issue? Thanks
    0_1450016143948_emoji-redactor.jpg

  • I just came across this myself and think it might be because redactor adds the class 'img-responsive' to emoji.

    There is a temp way to fix it by adding this to admin>appearance>custom HTML and CSS

    /* Redactor emoji fix */
    .img-responsive.emojione
    {
        height: 3.5ex;
    }
    

Suggested Topics