Access browser's page zoom controls with javascript

后端 未结 3 1822
日久生厌
日久生厌 2020-12-10 07:58

I want to assign the browser\'s (IE/FF) page zoom controls (Menu: View/Zoom/Zoom In_Zoom Out) to two large \"(+)(-)\" icons on the web page

3条回答
  •  独厮守ぢ
    2020-12-10 08:34

    You should be able to set the CSS3 Transform property using JavaScript to scale content. This won't be tied to the web browser zoom functionality though.

提交回复
热议问题