Apple · phone · 2024

iPhone 16 Plus screen size

The 6.7-inch non-Pro iPhone for 2024 with A18, Camera Control, and Dynamic Island. Its 430x932 viewport is identical to the 15 Plus and 15 Pro Max, keeping the large-phone breakpoint bucket stable for another generation.

CSS viewport
430 × 932
Physical pixels
1290 × 2796
Pixel ratio
3x
PPI
460
Screen size
6.7"

Media queries

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

Related devices