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;
}
![](https://image.prntscr.com/image/8BeYW2sdSCGSYQCO01IubA.png)