I’m having a problem with IE10 loading images. It seems if you hover over the image for the first time sometime you get the image display badly. See you link:
http://www.chriswardphotography.com/test-area/examples/image-test2.jpg
Quick hover shows the first error in display, if you hover over again it corrects and shows as normal.
Hi,
Please add this on your custom.css or Quick CSS
img, body img {
max-height: 100%;
}
Regards,
Ismael
Perfect thanks :-)