Apple · watch · 2022
Apple Watch SE 2nd gen (44mm) screen size
The larger SE 2nd gen from September 2022 pairs the S8 chip with the 44mm 368x448 Retina OLED carried over from the Series 6. At 184x224 CSS pixels it sits between the SE 40mm and Series 9 45mm, a common mid-size target when checking that watch complications and glanceable text still fit.
- CSS viewport
- 184 × 224
- Physical pixels
- 368 × 448
- Pixel ratio
- 2x
- PPI
- 326
- Screen size
- 1.78"
Media queries
Target this device (portrait)
@media only screen and (device-width: 184px) and (device-height: 224px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 184px) {
/* styles */
}Viewport width and down
@media (max-width: 184px) {
/* styles */
}