Framework · laptop · 2023
Framework Laptop 13 screen size
The modular, repairable ultrabook beloved by developers. Its 13.5-inch 3:2 IPS panel (2256x1504, 201 PPI) matches the Surface Laptop's geometry and runs at 150% scaling for a 1504x1003 CSS viewport. Overrepresented among technical audiences relative to raw market share, making it a sensible check for developer-facing products.
- CSS viewport
- 1504 × 1003
- Physical pixels
- 2256 × 1504
- Pixel ratio
- 1.5x
- PPI
- 201
- Screen size
- 13.5"
Media queries
Target this device (portrait)
@media only screen and (device-width: 1504px) and (device-height: 1003px) and (-webkit-device-pixel-ratio: 1.5) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 1504px) {
/* styles */
}Viewport width and down
@media (max-width: 1504px) {
/* styles */
}