Your screen resolution and full display details, detected live in your browser. Retina and HiDPI displays are accounted for. Resize the window and the values update instantly. Nothing is uploaded.
Your screen resolution
— × —
Other information
Detecting your display…
For web developers (JavaScript)
screen.width × screen.height = —
window.innerWidth × innerHeight = —
window.devicePixelRatio = —
screen.colorDepth = —
CSS resolution (screen.width × height) is what layouts use. Multiply by the device pixel ratio to get the physical pixel count of the panel.