Samsung · watch · 2024
Galaxy Watch 7 (44mm) screen size
The larger July 2024 Galaxy Watch 7 uses the 1.5-inch circular 480x480 Super AMOLED shared across recent big Samsung watches. Its 240x240 dp canvas at 2x is the de facto standard large round Wear OS target, so it is the first size to design tiles and watch faces against.
- CSS viewport
- 240 × 240
- Physical pixels
- 480 × 480
- Pixel ratio
- 2x
- PPI
- 327
- Screen size
- 1.5"
Media queries
Target this device (portrait)
@media only screen and (device-width: 240px) and (device-height: 240px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 240px) {
/* styles */
}Viewport width and down
@media (max-width: 240px) {
/* styles */
}