Quote:
|
Originally Posted by juggledad
ok, you can set the max-width, but you need to add '!important' to the end ao you have
HTML Code:
.post img{
max-width:550px !important;
width:expression(this.width > 550 ? 550:true);
height:auto;
}
BUT... it will not get smaller and when the page gets too small, it will overlap the sidebars
You can always just put the max height and width you want in the <img...> statement, then it will never get bigger than that
|
Great! Thank you so much! That seems to do the trick in FireFox, but then it spontaneously combusts when using Chrome =/
In all honesty, I think I'll just start being more rigorous with resizing images prior to upload, instead of just relying on the theme's resizing capabilities.
Thank you so much for your help, though! Mammothly appreciated!
EDIT: I lie, it works fine in Chrome. The browser was just having a hissy fit over an unrelated matter, and freezing when I tried to access the page. Works great, thank you!