Why does iexplorer make this image smaller?

Well that's because changing it to 100% won't fix the issue unless you also adjust the size of the containing table cell...

Did you try removing the line it like I said? Did it have any negative effects on the rest of the site?

Removed the line like you said and when I did the image on this page goes to a crazy big size, the snowman picture was fixed in iexplorer though.

http://inveralmondchs.org/community-leisure/swimming-lessons/

So I have changed it back for the moment.
 
I will add .post img.size-full {
max-width:none;
}

to the css inserts and will go back and save my images to the correct size, instead of doing it the lazy way that I have :)
 
ColdAsIce

Remove the "max-width" setting all together. Setting "max-width" as "none" is the default value anyway, you do not need to specify it.

And yes, resize all your images to the size they need to be. Removing the max-width setting was the right thing to do and it highlighted another issue with your website which you need to fix.

Using this size of image for a header is, quite frankly, an amateurs mistake that should never of happened.

http://inveralmondchs.org/wordpress/wp-content/uploads/2010/10/Pool_Panorama1.jpg <-10353px by 2297px as a header!!!

agreed! No idea how I missed how large that header image was in the first place. Going back and sorting it all now, just goes to show that rushing things just costs you more time in the long run :(

Thanks for the help everyone.
 
Back
Top Bottom