jQuery-rwdImageMaps icon indicating copy to clipboard operation
jQuery-rwdImageMaps copied to clipboard

Not resizing in IE

Open kameelperd1984 opened this issue 11 years ago • 1 comments

sorry i'm a newbie but my image map isnt resizing in IE - transport.thedesigngiraffe.co.uk

please help :(

kameelperd1984 avatar Apr 23 '14 13:04 kameelperd1984

When I view the site on Chrome on the Mac your header navigation with the image map doesn't resize either.

Matt explains in the instructions to ensure you apply the correct height and width attributes to the image used as the image map, however in this case there is no CSS overriding those attributes.

If you add the below rule to your CSS it should fix your issue.

img { width:100%; max-width:100%; height: auto;}

This will affect all the images on the site, but in a good way ;)

justincavery avatar May 08 '14 06:05 justincavery