luciuschoi / emojionearea-rails

A rubygem for emojionearea jquery plugin : WYSIWYG-like EmojiOne Converter
MIT License
4 stars 0 forks source link

Emoji inserting really big #2

Closed Lee1984 closed 5 years ago

Lee1984 commented 5 years ago

Hi @luciuschoi I have a issue where by the emoji are really big. It says on emojioneArea github here that this is because files are included in wrong order, or not at all. My //= require emojionearea.min and @import "emojionearea.min"; are included and are in the head of html page..

You say in step 3

3. assets/javascripts/application.js :

//= require emojionearea_init
//= require emojionearea.min

I am not sure if we need //= require emojionearea_init as I get a error that rails cannot find this file if I include in asset pipeline. Everything else works fine otherwise, just that the emoji are really big when inserted.

thnx.

EDIT

This may not be a problem with this gem as I am using in standalone mode, when I use in normal mode the emoji insert right size. I will look into this further, and or post at emojioneArea and close this if I find a answer.