image-map-resizer icon indicating copy to clipboard operation
image-map-resizer copied to clipboard

Responsive HTML Image Maps

Results 15 image-map-resizer issues
Sort by recently updated
recently updated
newest added

resizing JS is not working properly if we put separate mapping on two different images in one page. Only one image mapping is working at once. Let me know if...

bug

When using "contain" or "cover" the resizer is not able to maintain the hot spots over the target areas. The image will not change aspect ratio for contain or cover,...

Loading https://davidjbradshaw.com/imagemap-resizer/example/ gives the following browser console errors: ``` Mixed Content: The page at 'https://davidjbradshaw.com/imagemap-resizer/example/' was loaded over HTTPS, but requested an insecure script 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'. This request has been blocked;...

After a few tweaks, this script works perfectly. I have made some changes to my copy of the code to allow an image that is not displayed at natural dimensions...

Has anyone been able to get this working with react? I am just migrate my project to react now and having some trouble getting this to work.

Error: Unable to set property 'coords' of undefined or null reference Everything works the way we want it first time, excellent, thank you for the tool! Our users can change...

Hi! Just tested your plugin, seems to work nicely! Since my case uses the newly `object-fit`, I won't be able to use your approach. Thought it'd be nice to open...

In React, If we used the static coordinates in map tag, it works and we get updated coordinates according to screen size. But In case of dynamic coordinates that are...

Issue #41 was similar and got closed but I could not find a solution yet, although the closing comment states a PR had a fix. I understand the script expects...

This is in relation to Issue #56. This adds a new function to read the first current visible image for an image map. The visible image is calculated on every...