Samsung · phone · 2022
Galaxy S22+ screen size
The mid-size 2022 Galaxy flagship stretched the same 1080p panel to 6.6 inches. Despite the bigger glass it reports the identical 360x780 CSS viewport at 3x as the base S22, so everything just renders physically larger with lower ppi.
- CSS viewport
- 360 × 780
- Physical pixels
- 1080 × 2340
- Pixel ratio
- 3x
- PPI
- 393
- Screen size
- 6.6"
Media queries
Target this device (portrait)
@media only screen and (device-width: 360px) and (device-height: 780px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 360px) {
/* styles */
}Viewport width and down
@media (max-width: 360px) {
/* styles */
}