a tip: how to limit the maximum size of pictures in a theme
-
Hello people.
I am posting a tip to help theme developers.The problem:
theme users sometimes happen to inserts photos their posts which are too large (meaning – the width of the photo is larger the then width of the post container in the theme).The solution:
(assuming the theme-post-container size is 450px)
add the following line of code in the theme style.css:
img {max-width:450px;}note of caution: this solution won’t work for visitors using IE6, but it’s much better then nothing…
Cheers,
Tal
- The topic ‘a tip: how to limit the maximum size of pictures in a theme’ is closed to new replies.