Page 1 of 1

fix forum css for larger image

Posted: Thu Mar 13, 2014 7:32 pm
by LoSboccacc
I found this interesting css tweak:
There's an even easier one

Open common.css in the theme folder and add this code to the "img" class

Code: Select all

max-width: 100%;
so, the whole thing should be...

Code: Select all

img {
   border-width: 0;
   max-width: 100%;
}
Then refresh the theme in the styles tab

I know nothing of css :P

Re: fix forum css for larger image

Posted: Thu Mar 13, 2014 7:50 pm
by SilverWarior
It would be even better to use this:
https://www.phpbb.com/customise/db/mod/ ... e_resizer/