Screen Resolution
Reading your display...
- Available screen
- -
- Screen aspect ratio
- -
- Color depth
- -
- Orientation
- -
- Touch points
- -
Viewport is the CSS-pixel area your page actually paints into, which is what media queries respond to. Screen resolution is the full display reported by the OS. Multiply it by the device pixel ratio to get the physical pixels behind it - a Retina or high-DPI screen packs several device pixels into each CSS pixel.