Screen Resolution Checker
This tool reports your screen resolution, the usable browser viewport, the device pixel ratio and the orientation, and tells you which common responsive breakpoint your window currently falls into. Values update live as you resize.
Set your options and press the generate button.
Results update automatically and are calculated on your device. Nothing you type is sent to a server.
Runs in your browser. Processing happens entirely in your browser. Nothing you enter is sent to Delimiter.live.
How to use the Screen Resolution Checker
- Open the page — the values appear immediately and update as you resize the window.
- Compare the screen resolution with the viewport size to see how much space the browser interface takes.
- Check the pixel ratio to understand how CSS pixels map to physical pixels on your display.
Example
Open the page
Screen: 2560 × 1440 Viewport: 1280 × 720 Pixel ratio: 2 Breakpoint: lg
Common use cases
- Confirming the resolution to report in a support ticket.
- Checking which responsive breakpoint a layout problem occurs at.
- Understanding why an image looks soft on a high-density display.
- Verifying the viewport size while testing a responsive design.
Limitations and things to watch for
- Screen resolution is reported in CSS pixels, not physical pixels. Multiply by the device pixel ratio to get the physical resolution — a 2× display reporting 1440 × 900 has 2880 × 1800 physical pixels.
- On a multi-monitor setup the values describe the display the browser window is currently on.
- Browser zoom changes the reported viewport size, because zooming changes how many CSS pixels fit on screen.