Dell · laptop · 2022
Dell XPS 13 Plus screen size
Dell's radical minimalist redesign of the XPS 13 with a capacitive function row and invisible haptic touchpad. The base 13.4-inch 16:10 FHD+ panel (1920x1200) at 150% scaling gives the same compact 1280x800 CSS viewport as the standard XPS 13 — a good stand-in for the small-but-premium ultrabook class in responsive testing.
- CSS viewport
- 1280 × 800
- Physical pixels
- 1920 × 1200
- Pixel ratio
- 1.5x
- PPI
- 169
- Screen size
- 13.4"
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 */
}