Page 1 of 1

Emojis are huge

Posted: Mon 09 Sep 2019, 3:38 pm
by leesmapman
Everytime someone is posting an Emoji, they turn up huge on my screen: 😫
I thought it was funny at first, but it becomes annoying pretty quick.

The usual smileys are working :up: correctly. I'm using Firefox on Windows and Linux. On Chrome, it works OK.

Re: Emojis are huge

Posted: Wed 11 Sep 2019, 2:38 pm
by Marie loves PSB
Some are showing really big on my P.C as well. :?

Re: Emojis are huge

Posted: Wed 11 Sep 2019, 3:59 pm
by TheGardner
Wonder how this looks like! Can you do us a screenshot?
Seen this here also in the past, but for just two seconds only, when the internet connection was too slow. But nowadays - very now and then.

Re: Emojis are huge

Posted: Wed 11 Sep 2019, 6:44 pm
by james23_uk
See attached. It's been like this for me for some time.

Re: Emojis are huge

Posted: Thu 12 Sep 2019, 11:26 pm
by leesmapman
james23_uk wrote: Wed 11 Sep 2019, 6:44 pm See attached. It's been like this for me for some time.
Exactly that yes.

Re: Emojis are huge

Posted: Mon 16 Sep 2019, 11:39 am
by TheGardner
It's just someone didn't have knownledge to edit pics before posting here. These Emojis aren't from here.

Will try to cut them down, when I'm back home.

Re: Emojis are huge

Posted: Sat 21 Sep 2019, 6:07 pm
by TheGardner
Found the bug!

Whenever someone posts from her/his mobile and using smilies, which aren't from here on the board (i.e. keyboard similes or such from smilie families on mobiles), those smilies would appear huge.
Sorry, can't do anything on that, cause posting such smilies are allowed or with other words: this behaviour can't be forbidden at the time.

Re: Emojis are huge

Posted: Sun 22 Sep 2019, 4:56 pm
by leesmapman
TheGardner wrote: Sat 21 Sep 2019, 6:07 pm Found the bug!

Whenever someone posts from her/his mobile and using smilies, which aren't from here on the board (i.e. keyboard similes or such from smilie families on mobiles), those smilies would appear huge.
Sorry, can't do anything on that, cause posting such smilies are allowed or with other words: this behaviour can't be forbidden at the time.
Can you add something to the CSS of the forum?
If so, you might add this:

Code: Select all

.emoji 
{
   width:15px;
}

Re: Emojis are huge

Posted: Sun 22 Sep 2019, 11:03 pm
by Administrator
This wouldn't work, because people don't use the forum emojis from here: :x :oops: :wink: :roll: :dance: :grumble: :gag:

They're using their own from the mobile keyboard:

😫

Re: Emojis are huge

Posted: Mon 23 Sep 2019, 8:30 am
by Super Duper
It should be fixed now. 💩

Re: Emojis are huge

Posted: Mon 23 Sep 2019, 10:46 am
by leesmapman
Yes, it looks fixed! What did you do?

Re: Emojis are huge

Posted: Mon 23 Sep 2019, 11:30 am
by Super Duper
leesmapman wrote: Mon 23 Sep 2019, 10:46 am Yes, it looks fixed! What did you do?
The code below was added to the style sheet for the "subsilver2" theme. This is an old theme, probably made before emojis were even a thing so no style code existed for them.

The newer "subsilver" theme that logged out users see (And can be picked from your user control panel) didn't have the problem so only people using "subsilver2" saw the huge emojis.

Code: Select all

.emoji {
max-height: 18px;
max-width: 18px;
height: 1em;
width: 1em;
}

Re: Emojis are huge

Posted: Tue 24 Sep 2019, 12:04 pm
by TheGardner
After subsilver2 wasn't updated in the last couple of month, I decited to install the next style version called subsilver3.
So if anyone here, who prefer a board with a variable width, please choose "Subsilver3" unter Board Preferences - Board Style. Those who like the board in a fixed width --> "Subsilver".

...and others, who want a board in a dark mode --> "WoWDreanor"

Re: Emojis are huge

Posted: Tue 24 Sep 2019, 1:11 pm
by leesmapman
There's a small bug, or rather a typo probably, in Subsilver 3, where you see a "-->". See the screenshot, I've marked it in blue, under the "Unanswered topics" link.

Re: Emojis are huge

Posted: Tue 24 Sep 2019, 3:38 pm
by TheGardner
Yes, 've seen it also. Fixed!