Google · watch · 2024
Pixel Watch 3 (41mm) screen size
The August 2024 Pixel Watch 3 shrank the 41mm case's bezels, growing the circular Actua AMOLED to 1.27 inches and 408x408 pixels at 2000 nits. That yields a 204x204 dp round canvas at 2x, a small but meaningful step up from the Pixel Watch 2 for dense complications.
- CSS viewport
- 204 × 204
- Physical pixels
- 408 × 408
- Pixel ratio
- 2x
- PPI
- 321
- Screen size
- 1.27"
Media queries
Target this device (portrait)
@media only screen and (device-width: 204px) and (device-height: 204px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 204px) {
/* styles */
}Viewport width and down
@media (max-width: 204px) {
/* styles */
}