Lenovo · laptop · 2023
ThinkPad X1 Carbon Gen 11 screen size
The default corporate laptop: Lenovo's 14-inch flagship ThinkPad is deployed in huge enterprise fleets, so its base 16:10 WUXGA IPS panel (1920x1200) at 150% scaling — a 1280x800 CSS viewport — is what a large share of B2B users actually see. Test dashboards and internal tools here; higher trims offer 2.8K OLED options.
- CSS viewport
- 1280 × 800
- Physical pixels
- 1920 × 1200
- Pixel ratio
- 1.5x
- PPI
- 162
- Screen size
- 14"
Media queries
Target this device (portrait)
@media only screen and (device-width: 1280px) and (device-height: 800px) and (-webkit-device-pixel-ratio: 1.5) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 1280px) {
/* styles */
}Viewport width and down
@media (max-width: 1280px) {
/* styles */
}