Framework · laptop · 2024
Framework Laptop 16 screen size
Framework's modular 16-inch machine with swappable GPU module and a 16:10 QHD+ panel (2560x1600, 165Hz). At 150% scaling the CSS viewport lands at 1707x1067, representative of the growing 2560x1600 laptop class also seen in premium Windows 16-inch machines. Useful for testing wide-but-scaled desktop layouts on a niche enthusiast device.
- CSS viewport
- 1707 × 1067
- Physical pixels
- 2560 × 1600
- Pixel ratio
- 1.5x
- PPI
- 189
- Screen size
- 16"
Media queries
Target this device (portrait)
@media only screen and (device-width: 1707px) and (device-height: 1067px) and (-webkit-device-pixel-ratio: 1.5) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 1707px) {
/* styles */
}Viewport width and down
@media (max-width: 1707px) {
/* styles */
}