How do I zoom out a whole website using jQuery or CSS?

前端 未结 3 968
时光取名叫无心
时光取名叫无心 2020-12-14 18:23

I would like to make my website like 80% smaller. i.e. zoom out images, fonts, everything to 80% of its current size. Is there any way to do this using jQuery or CSS?

<
3条回答
  •  时光取名叫无心
    2020-12-14 18:34

    Here a more flexible solution using CSS transform: scale() and JavaScript / jQuery:

    
    
    
    
    

提交回复
热议问题