[IMGs] max-size
Posted: Fri Apr 30, 2010 2:49 pm
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
-> add
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.
Admin panel -> styles -> Themes -> Edit -> find
Code: Select all
img {
Code: Select all
max-height: 100%; max-width: 100%; min-height: 0px; min-width: 0px;
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.