Detect Os Zoom In Browser
I have an iframe with a certain height and width. Based on the browser and OS zoom level, I want to change the dimensions of the iframe. My question is: How do I detect the OS zoo
Solution 1:
Just use vw
and vh
CSS units to set size of the iframe.
Post a Comment for "Detect Os Zoom In Browser"