Google · phone · 2024
Pixel 9 Pro Fold screen size
The 2024 book-style foldable; this entry covers the 6.3-inch outer cover display, which matches the regular Pixel 9 at 412x923 and ratio 2.625. Test the unfolded 8-inch inner screen separately — it presents a near-square, tablet-width viewport with a visible center crease.
- CSS viewport
- 412 × 923
- Physical pixels
- 1080 × 2424
- Pixel ratio
- 2.625x
- PPI
- 422
- Screen size
- 6.3"
Media queries
Target this device (portrait)
@media only screen and (device-width: 412px) and (device-height: 923px) and (-webkit-device-pixel-ratio: 2.625) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 412px) {
/* styles */
}Viewport width and down
@media (max-width: 412px) {
/* styles */
}