Are HTML Image Maps still used?

后端 未结 9 1071
孤独总比滥情好
孤独总比滥情好 2020-12-04 11:17

Do people still use the old HTML Image Maps? The ones with:


\"\"         


        
9条回答
  •  情歌与酒
    2020-12-04 11:40

    Image Maps are still in HTML5 specifications, supported by all browsers.

    They can be adapted to responsive design using jQuery RWD Image Maps: https://github.com/stowball/jQuery-rwdImageMaps

    It detects and automatically resize the image maps coordinates.

    It's also available for Wordpress developers as plugin: http://wordpress.org/plugins/responsive-image-maps/

    Simple and effective solution.

提交回复
热议问题