The zoom-level affect the viewport width and hence regular media queries on max-width and min-width should be sufficient to handle the zoom levels as well
For Example, you can try to zoom out and zoom in this Hashnode page at 1024 width and it would look like following
Pankaj Patel
Blog, Tech, Photography etc.
The zoom-level affect the viewport width and hence regular media queries on
max-widthandmin-widthshould be sufficient to handle the zoom levels as wellFor Example, you can try to zoom out and zoom in this Hashnode page at 1024 width and it would look like following
150%
window.innerWidth // 683100%
window.innerWidth // 102450%
window.innerWidth // 2048