[IMGs] max-size

Post here doubts, ideas, suggestions and support requests about the website and the forums.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Mayhem
Posts: 144
Joined: Fri Dec 04, 2009 4:45 pm

[IMGs] max-size

Post by Mayhem »

To avoid pictures being cut because of their too big size I did this on my clan's forum:
Admin panel -> styles -> Themes -> Edit -> find

Code: Select all

img {
-> add

Code: Select all

	max-height: 100%;	max-width: 100%;	min-height: 0px;	min-width: 0px;
And tada, pictures were automatically resized to fit the forum's posts.

Why not change it on L2j's forum too?

If you ever do it and don't see any changes, don't forget to clean your browser's cache.
Revolution burns within us all.
Image
User avatar
ThePhoenixBird
L2j Inner Circle
L2j Inner Circle
Posts: 1857
Joined: Fri May 27, 2005 5:11 pm

Re: [IMGs] max-size

Post by ThePhoenixBird »

thx, it will be included on the next forum maint, phpbb engine will be also upgraded and some new addons too.
User avatar
Mayhem
Posts: 144
Joined: Fri Dec 04, 2009 4:45 pm

Re: [IMGs] max-size

Post by Mayhem »

You are welcome, kind sir.
Revolution burns within us all.
Image
Post Reply