Samsung · watch · 2024
Galaxy Watch 7 (40mm) screen size
Samsung's July 2024 base Wear OS watch keeps the 1.3-inch circular 432x432 Super AMOLED from the Watch 6. At Wear OS's 2x density that is a 216x216 dp canvas, and the fully round outline means tiles and complications lose their corners — content must fit an inscribed circle, not a square.
- CSS viewport
- 216 × 216
- Physical pixels
- 432 × 432
- Pixel ratio
- 2x
- PPI
- 330
- Screen size
- 1.3"
Media queries
Target this device (portrait)
@media only screen and (device-width: 216px) and (device-height: 216px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 216px) {
/* styles */
}Viewport width and down
@media (max-width: 216px) {
/* styles */
}