Apple · phone · 2024
iPhone 16 screen size
September 2024 base model adding the Camera Control button and Apple Intelligence support to the 6.1-inch OLED formula. It retains the 393x852 viewport, so existing iPhone 15-era breakpoints and Dynamic Island safe-area handling carry over unchanged.
- CSS viewport
- 393 × 852
- Physical pixels
- 1179 × 2556
- Pixel ratio
- 3x
- PPI
- 460
- Screen size
- 6.1"
Media queries
Target this device (portrait)
@media only screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 393px) {
/* styles */
}Viewport width and down
@media (max-width: 393px) {
/* styles */
}