Apple · desktop · 2019
Apple Pro Display XDR screen size
Apple's December 2019 32-inch 6K reference monitor with 1600-nit peak XDR brightness, common on video and design workstations. At its default 2x scaling it exposes a 3008x1692 viewport — wider than 5K displays, so it is a strong test for max-width caps and content that should not stretch indefinitely.
- CSS viewport
- 3008 × 1692
- Physical pixels
- 6016 × 3384
- Pixel ratio
- 2x
- PPI
- 218
- Screen size
- 32"
Media queries
Target this device (portrait)
@media only screen and (device-width: 3008px) and (device-height: 1692px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 3008px) {
/* styles */
}Viewport width and down
@media (max-width: 3008px) {
/* styles */
}