Mattia
Mattia
Have you find a solution for this? I tried to call $(window).resize() after calling $("img[usemap]").rwdImageMaps() but nothing has changed. If I look into the code, the plugin sets coords to...
@kevinweaver you could try to use visibility:hidden instead of display:none.
@kiv5 have you a gist with the code?
@kiv5 I can see the image.. which browser are you using?
@kiv5 Oh ok, have you tried to wait some second before call the rwdImageMaps method?
@kiv5 Looking at your code, I suggest you to call the rwdImageMaps method at the end of the carousel configuration and initialization. In case you need a delay, try this:...