Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't seem to do anything to my image map #57

Open
andywarren opened this issue Feb 17, 2014 · 2 comments
Open

Doesn't seem to do anything to my image map #57

andywarren opened this issue Feb 17, 2014 · 2 comments

Comments

@andywarren
Copy link

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
Copy link
Author

Any suggestions?

@stowball
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants