Google · phone · 2025
Pixel 9a screen size
The 2025 A-series dropped the camera bar entirely for a flat back. Its 6.3-inch 1080x2424 screen gives the same 412x923 viewport at 2.625 as the Pixel 9, keeping Google's budget and flagship lines identical for responsive testing.
- 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 */
}