Google · phone · 2025
Pixel 10 Pro XL screen size
Google's August 2025 flagship keeps the 6.8-inch 1344x2992 Super Actua display while adding Qi2 magnetic charging and the Tensor G5. At 448x998 CSS pixels and 3x it remains among the widest phone viewports shipping, so sparse single-column mobile layouts show their gaps here.
- CSS viewport
- 448 × 998
- Physical pixels
- 1344 × 2992
- Pixel ratio
- 3x
- PPI
- 486
- Screen size
- 6.8"
Media queries
Target this device (portrait)
@media only screen and (device-width: 448px) and (device-height: 998px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 448px) {
/* styles */
}Viewport width and down
@media (max-width: 448px) {
/* styles */
}