Log In
Interaction Multiplier IconGhost 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;
}