Apple · phone · 2021

iPhone 13 Pro Max screen size

Apple's largest 2021 phone with a 6.7-inch 120Hz ProMotion OLED and best-in-class battery life. Its 428px viewport sits at the top of the phone breakpoint range, a useful check that single-column layouts do not stretch awkwardly before tablet breakpoints kick in.

CSS viewport
428 × 926
Physical pixels
1284 × 2778
Pixel ratio
3x
PPI
458
Screen size
6.7"

Media queries

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

Related devices