Changing the browser zoom level

后端 未结 8 1714
野的像风
野的像风 2020-11-22 07:00

I have need to create 2 buttons on my site that would change the browser zoom level (+) (-). I\'m requesting browser zoom and not css zoom because of image size and layout i

8条回答
  •  余生分开走
    2020-11-22 07:24

    I could't find a way to change the actual browser zoom level, but you can get pretty close with CSS transform: scale(). Here is my solution based on JavaScript and jQuery:

    
    
    
    
    

提交回复
热议问题