Image shrink
Posted: 26 Jul 2010, 12:43
Has something like this ever happened to you:
That a image you post is too wide and it gets cut off?
Well, this single line edit will prevent it!
Open common.css:
Find:
Add after:
*Should work with all styles*
Now, any image that is too wide will be shrinked to fit in, and small enough images will retain their original size:
Enjoy!
That a image you post is too wide and it gets cut off?
Well, this single line edit will prevent it!
Open common.css:
Find:
Code: Select all
img {
Code: Select all
max-width: 100%;
Now, any image that is too wide will be shrinked to fit in, and small enough images will retain their original size:
Enjoy!