Doesn't seem to do anything to my image map
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.
Any suggestions?
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