Google · watch · 2023

Pixel Watch 2 screen size

Google's October 2023 watch kept the original's domed 41mm case and 1.2-inch circular 384x384 AMOLED with famously thick bezels. Its 192x192 dp canvas at 2x is one of the smallest round Wear OS targets still in wide use, a good lower bound for tile and complication layouts.

CSS viewport
192 × 192
Physical pixels
384 × 384
Pixel ratio
2x
PPI
320
Screen size
1.2"

Media queries

Target this device (portrait)
@media only screen and (device-width: 192px) and (device-height: 192px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  /* styles */
}
Viewport width and up
@media (min-width: 192px) {
  /* styles */
}
Viewport width and down
@media (max-width: 192px) {
  /* styles */
}

Related devices