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

Doesn't seem to do anything to my image map

Open andywarren opened this issue 11 years ago • 2 comments

I've installed the plugin and have no JS errors, but I'm not seeing anything happen at all to my image map. When I check the console, the mapped area location is not even close to the spot it is supposed to be after I resize the screen, and it is also still full size. So basically nothing all all is happening. It's possible I missed something as I see the plugin working great in your demo, but I can't get it to do anything at all on the single image map I have.

URL to page in question: http://dev04.iridiangroup.com/sfm/programs/

I've sent an email to the address you have on here with the login credentials to view this site.

andywarren avatar Feb 17 '14 20:02 andywarren

Any suggestions?

andywarren avatar Feb 19 '14 14:02 andywarren

Hmmm. I'm not sure. I'd recommend that you make the image responsive across all breakpoints:

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

and remove the width: 100% in the desktop.css.

I'd also load scripts.js and documentReady.js after all of the plugins

stowball avatar Feb 20 '14 07:02 stowball