Lookup
- Input
- Monitor 1920 × 1080, janela 1200 × 800
- Expected output
- Viewport 1200 × 800
Use the result as technical reference and confirm official sources when there is operational impact.
viewport vs screen resolution
Compare the actual page area with reported screen resolution for responsive decisions.
Use the result as technical reference and confirm official sources when there is operational impact.
The main tool remains interactive; this page organizes the search intent.
The viewport is the visible area of the page in the browser, measured in CSS pixels. It changes when resizing the window, opening sidebars, changing zoom or rotating the device.
CSS breakpoints respond to the viewport, not the physical monitor size. Responsive design should prioritize viewport.
Yes. The main interface runs in the browser and avoids uploading sensitive data when the feature depends on local hardware.
Measurements are read locally through browser APIs and do not uniquely identify your screen.