Zoom Firefox
Posted: Thu Jun 29, 2023 6:24 am
Unfortunately, zooming with Javascript does not work with Firefox.
does does not work.
Does anyone have any idea how to do this in Firefox?
Code: Select all
!document.body.style.zoom =0.5 / window.devicePixelRatio * 100 + "%"
!v_width=document.body.clientWidth;
!v_height=document.body.clientHeight;
Does anyone have any idea how to do this in Firefox?