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..
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.
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
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.