image map not working on iOS devices, with large images that get rescaled by the device

后端 未结 11 937
一个人的身影
一个人的身影 2021-01-11 09:44

I\'m developing an internal web app on our company intranet using PHP. One section of the app displays a couple of high resolution images to the user. These images are in th

11条回答
  •  萌比男神i
    2021-01-11 10:14

    This topic was solved here on stackoverflow: jquery-image-map-alternative

    The best idea is to use absolutely positioned anchors (also as suggested by steveax) instead of imagemap.

    Update

    As this is an old question, you might consider using SVG maps these days. They are supported in all modern browsers, works responsively and are as easy to use as image maps. (thanks to user vladkras for reminder)

提交回复
热议问题