Screen & Viewport Size
Yeh page aapke device ki screen aur viewport size dikhata hai. Resize karein ya device rotate karein — values turant update hongi.
window.innerWidth × innerHeight
—
CSS pixels — viewport (browser window) ka size
screen.width × screen.height
—
Physical/available screen pixels (device)
screen.availWidth × screen.availHeight
—
Taskbar/OS UI hata kar available area
devicePixelRatio
—
Logical CSS px → physical device px ratio
orientation
—
Landscape / Portrait
screen.colorDepth
—
Bits per pixel (color depth)
Updated: —