Samsung · phone · 2023
Galaxy Z Flip 5 screen size
Samsung's 2023 clamshell added the much larger Flex Window cover screen. Unfolded, the tall 22:9 main display reports 360x880 at 3x — standard Samsung width but 100 CSS pixels taller than a Galaxy S, and a hinge crease crosses mid-screen.
- CSS viewport
- 360 × 880
- Physical pixels
- 1080 × 2640
- Pixel ratio
- 3x
- PPI
- 426
- Screen size
- 6.7"
Media queries
Target this device (portrait)
@media only screen and (device-width: 360px) and (device-height: 880px) 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 */
}