Online Screen Inspector
ResolutionViewportDPRColorDepth
Inspect screen resolution, available area, viewport, devicePixelRatio, colorDepth, pixelDepth, orientation and aspect ratio in real time with one-click copy, all local processing.
No screen info available (SSR)
How to Use
- Paste any valid JSON, supports nesting, arrays and escapes
- Click Beautify to auto indent and format
- Click Minify to remove whitespace into one line
- All operations run locally for privacy
Related Tools
FAQ
What info is shown?
screen.width/height, availWidth/availHeight, viewport (innerWidth/innerHeight), outerWidth/outerHeight, devicePixelRatio, colorDepth/pixelDepth, orientation, aspect ratio and megapixels.
Will data be uploaded?
No, all reading is local via window.screen and window.innerWidth, nothing is uploaded.
Does viewport update in real time?
Yes, listens to resize and orientationchange and auto refreshes; you can also click Refresh.
How to copy results?
Each row has a Copy button; top Copy JSON copies the full JSON for bug reports or responsive debugging.