Google · phone · 2025

Pixel 10 screen size

August 2025 base Pixel with the Tensor G5 and a first-ever telephoto camera on a non-Pro model, keeping the 6.3-inch 1080x2424 Actua display. The 412x923 viewport at 2.625x is unchanged from the Pixel 9, so existing Pixel breakpoints carry over directly.

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 */
}

Related devices