e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
321 stars 213 forks source link

Emoticons are too small in chatbox/chatbox2 #1910

Closed chimcen closed 5 years ago

chimcen commented 7 years ago

Hi,

in chatbox2 the emoticons are to small - at selecting point in chatbox2 they are normal sized, but after then in chatbox2 post they are smaller then normal round about 75% smaller...

Moc commented 7 years ago

Even though this is a third-party plugin, let's see if this is an issue originating for the core of e107.

Please answer the following questions:

Thanks :-)

chimcen commented 7 years ago

Sry for the late reply. Now i've used default bootstrap 3 theme and default e107v2 chatbox - resulted in the same... What it should like be: wanted

What it resulted in: got

chimcen commented 7 years ago

Issue can be closed. Made a new installation (instead of an update) an imported only the necessary DB entrys) - now emoticons appear to be as they should in real size... seems to be an DB error...

chimcen commented 7 years ago

After configure the hole page it apears again - it seems only emote with a size of 24*XXpx will be displayed correctly - all others will be squashed to a max hight of 24px...

Is this behavior controlled by any handler or something?

chimcen commented 7 years ago

Btw. here is a screen - and its not a problem from the used theme - same behavior at default bootstrap3 theme...

emote_problem

Jimmi08 commented 7 years ago

@Moc @chimcen it because this: image

so this could be changed in theme css somehow. You could try in your style.css

img.e-emoticon {
    width: initial;
}
chimcen commented 7 years ago

Problem solved - this line wasn't in my theme css (also not in bootstrap3 theme css)

210

Moc commented 5 years ago

Not sure why I reopened this. Closing. Let me know if it needs to be reopened.