Page 1 of 1

Big images break layout

Posted: January 7th, 2019, 5:03 am
by krystian3w
Simple CSS fix:

Code: Select all

.postbody .content img[alt] {
	height: auto;
    width: 100%;
}
Maybe still login webmaster on this site and colud add to forum layout CSS template.