Apple · phone · 2023
iPhone 15 Pro Max screen size
The 2023 flagship with a 6.7-inch ProMotion OLED, titanium frame, and 5x tetraprism camera. Its 430x932 at 3x viewport is the canonical large-iPhone size to test, with Dynamic Island safe-area insets and thin bezels that reward edge-to-edge layouts.
- 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 */
}