Apple · desktop · 2022

Apple Studio Display screen size

March 2022 27-inch 5K Retina display with 600 nits, a built-in A13 chip, and center-stage camera. At its default 2x scaling it presents a 2560x1440 viewport — the canonical large-desktop test size where max-width containers, ultrawide grids, and 1440p breakpoints should be verified.

CSS viewport
2560 × 1440
Physical pixels
5120 × 2880
Pixel ratio
2x
PPI
218
Screen size
27"

Media queries

Target this device (portrait)
@media only screen and (device-width: 2560px) and (device-height: 1440px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  /* styles */
}
Viewport width and up
@media (min-width: 2560px) {
  /* styles */
}
Viewport width and down
@media (max-width: 2560px) {
  /* styles */
}

Related devices