Forum Thread
A too big notification image [+solve]
Forum-Index → Bug Reports → Confirmed Bugs → A too big notification image [+solve]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;
}
max-width: 50px;
max-height: 100px;
width: auto;
height: auto;
}

Screenshots (original is broken):


"
style="max-width: 100%"/>

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


Forum:


Notifications:


Works fine in profiles:

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



Close button:


"
style="max-width: 100%"/>