Log In
Rock Weather Castform Don't have an account yet? Register now!
.

Forum Thread

A too big notification image [+solve]

Forum-Index Bug Reports Confirmed Bugs A too big notification image [+solve]
SwampFall
OFFLINE
Trainerlevel: 59

Forum Posts: 601
Posted: Sun, 02/09/2018 01:44 (6 Years ago)
As seen in the image below you can make the feed avatar really big by having odd proportions.

This can be fixed by setting a max-height to about 100px.
If an image is more than twice as tall than wide it will be squished tho, to prevent that you can change the style to the following:
img.feed_ava {
max-width: 50px;
max-height: 100px;
width: auto;
height: auto;
}


Binks
ONLINE
Trainerlevel: 59

Forum Posts: 196
Posted: Tue, 29/07/2025 06:34 (4 Days ago)
This also happens in forum posts (avatar size tested was 1x150).

Screenshots (original is broken): Show hidden content
" style="max-width: 100%"/>
Forum:
Notifications:


Works fine in profiles:


PMs, PalPad, Userlist display the default avatar (haven't tested Medal Rally):


Close button: Show hidden content
" style="max-width: 100%"/>