Andrey Izman

Results 115 comments of Andrey Izman

Seem fixed now, tested here https://jsfiddle.net/mervick/1v03Lqnu/765/

For quick fix you can invert colors in css ```css .emojionearea .emojionearea-button { -webkit-filter: invert(100%) hue-rotate(180deg) contrast(90%) !important; filter: invert(100%) hue-rotate(180deg) contrast(90%) !important; } ``` Example: https://jsfiddle.net/mervick/m8cqLdrj/4/ If you don't...

It's an image, take a look at css. https://github.com/mervick/emojionearea/blob/99129f7/dist/emojionearea.css#L555 If you want to change image, just do it

set options `inline` and `shortcuts` to `false` ```js $("#el").emojioneArea({ inline: false, shortcuts: false, }); ```

Can you show example at jsfiddle?

Hello. If you will create PR I will merge it. Thank you

@Maikuolan Sorry about that. I don't have much time to do this, especially after Russia invaded my country. I could not even do my main paid job for months because...

Actually no, currently EmojioneArea works only with text and emojis

You can't, EmojioneArea not supports images by default

EmojioneArea filters output and removes all images except emojis