fix forum css for larger image

Post your ideas and suggestions how to improve the game.

Moderator: ickputzdirwech

Post Reply
LoSboccacc
Filter Inserter
Filter Inserter
Posts: 251
Joined: Wed Feb 20, 2013 9:35 pm
Contact:

fix forum css for larger image

Post 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

SilverWarior
Filter Inserter
Filter Inserter
Posts: 559
Joined: Mon Mar 04, 2013 9:23 am
Contact:

Re: fix forum css for larger image

Post by SilverWarior »

It would be even better to use this:
https://www.phpbb.com/customise/db/mod/ ... e_resizer/

Post Reply

Return to “Ideas and Suggestions”