Dell · laptop · 2023
Dell XPS 15 screen size
Dell's 15-inch creator ultrabook. The base 15.6-inch 16:10 FHD+ IPS panel (1920x1200) runs at 125% Windows scaling, producing a 1536x960 CSS viewport — 1536px is one of the most common desktop viewport widths in analytics worldwide, so this class deserves a place in every test matrix. Higher trims swap in a 3.5K OLED.
- CSS viewport
- 1536 × 960
- Physical pixels
- 1920 × 1200
- Pixel ratio
- 1.25x
- PPI
- 145
- Screen size
- 15.6"
Ports
- 2× thunderbolt 4 — USB-C connector
- usb c — USB 3.2 Gen 2 with DisplayPort
- sd card — Full-size SD card reader v6.0
- headphone jack
Source: dell.com
Media queries
Target this device (portrait)
@media only screen and (device-width: 1536px) and (device-height: 960px) and (-webkit-device-pixel-ratio: 1.25) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 1536px) {
/* styles */
}Viewport width and down
@media (max-width: 1536px) {
/* styles */
}