Samsung · phone · 2024
Galaxy Z Flip 6 screen size
The 2024 clamshell refined the hinge and bumped the cameras. The unfolded 6.7-inch main screen is unchanged at 360x880 CSS pixels and ratio 3 — an extra-tall narrow viewport that rewards testing sticky headers and bottom sheets.
- 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 */
}