Google · watch · 2024
Pixel Watch 3 (45mm) screen size
August 2024 brought the first large Pixel Watch: a 45mm case with a 1.43-inch circular 456x456 Actua AMOLED reaching 2000 nits. Its 228x228 dp canvas at 2x sits just under Samsung's 240dp large-round standard, so both sizes are worth checking when a round layout is tight.
- CSS viewport
- 228 × 228
- Physical pixels
- 456 × 456
- Pixel ratio
- 2x
- PPI
- 319
- Screen size
- 1.43"
Media queries
Target this device (portrait)
@media only screen and (device-width: 228px) and (device-height: 228px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 228px) {
/* styles */
}Viewport width and down
@media (max-width: 228px) {
/* styles */
}