Apple · watch · 2023
Apple Watch Series 9 (41mm) screen size
The smaller September 2023 Series 9 shares the S9 chip and 2000-nit LTPO OLED of its 45mm sibling in a 352x430 panel. Its 176x215 viewport at 2x is what a large share of smaller-wristed users actually see, so watch-face complications and truncated notification text deserve a check at this size.
- CSS viewport
- 176 × 215
- Physical pixels
- 352 × 430
- Pixel ratio
- 2x
- PPI
- 326
- Screen size
- 1.69"
Media queries
Target this device (portrait)
@media only screen and (device-width: 176px) and (device-height: 215px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 176px) {
/* styles */
}Viewport width and down
@media (max-width: 176px) {
/* styles */
}