Question

How to avoid the resizing of html elements while browser tries zoom it.

Was it helpful?

Solution

I'm pretty sure there's no method to do this, because that's the whole point of zoom.

eg. A user who has poor eyesight might wish to zoom in. The scaling is done by the browser during render time and doesn't interact with your page at all.

OTHER TIPS

If you want to prevent resizing when zooming, you might need to rethink your layoutdesign, 'cause it's not zoom-proof

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top