Google · phone · 2025
Pixel 10 Pro screen size
The August 2025 small Pro pairs the Tensor G5 with the same 6.3-inch 1280x2856 Super Actua LTPO panel as the Pixel 9 Pro. It reports 427x952 CSS pixels at an even 3x — an in-between width worth testing if a layout shifts around a 425px breakpoint.
- CSS viewport
- 427 × 952
- Physical pixels
- 1280 × 2856
- Pixel ratio
- 3x
- PPI
- 495
- Screen size
- 6.3"
Media queries
Target this device (portrait)
@media only screen and (device-width: 427px) and (device-height: 952px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 427px) {
/* styles */
}Viewport width and down
@media (max-width: 427px) {
/* styles */
}