I'm searching for a zoom that works exactly the browser's zoom.
I've tried some but in the 3D viewer (three.js) the zoom is breaking the page.
I have to set the zoom at 80%, doing it directly from the browser Zoom perfectly works but setting it from code works for all the pages excluding the 3d viewer
i'v tried with
zoom: 0.8;
transform: scale(0.5)
document.body.style.zoom = "80%"