Resize HTML map images

前端 未结 3 1632
[愿得一人]
[愿得一人] 2021-01-24 23:09

In a small website where the pages are only composed by a single image with multiple links using html map, I want to resize the images (smaller images) but it is extremely painf

3条回答
  •  难免孤独
    2021-01-24 23:35

    You may zoom/scale the div,

    example(half size):

    style="zoom:.5;-o-transform: scale(.5);-moz-transform: scale(.5)"
    

提交回复
热议问题