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

后端 未结 11 927
一个人的身影
一个人的身影 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条回答
  •  执笔经年
    2021-01-11 10:40

    My solution was easy. I just assigned a height and width in the DIV's css to match the size of the image and everything worked fine. Original image size was 825 x 1068, so

        
    ...

    Hope it helps.

提交回复
热议问题