@benmackler
I am using a responsive WordPress *theme* …it properly handles image maps. Trying a different theme may solve your problem.
I am using the trades theme. It is completely responsive. I am also using another responsive images plug in. it is just not transferring over to the image map…..
I’m trying to solve the same problem if you figure it out!
**update** This worked for me. It only works on the specific id of course and you actually have to refresh the page to resize it but it’s as close as I could get for now.
You would need to find the #id of the img element you are trying to affect
img#imagemap-557-1 {
width: 100% !important;
height: auto !important;
}
Hi everyone,
I am using theme – Catch Responsive Pro V 3.0 – with WordPress 3.0 …and plugin * Image Mapper Version: 1.2.6*
The imagemap is responsive on android, laptop and desktop MAC. These are the only platforms I have tried ….completely responsive.
Hope this helps.
Hi
I got similar issue but happening only with any the desktop browser, IE, CHROME, FIREFOX. lates version.
If I make the browser smaller the image dont resize, I have to refresh the browser.
Any css code to solve this ?