Samsung · tablet · 2023
Galaxy Tab S9 Ultra screen size
Samsung's enormous 14.6-inch 2023 flagship tablet aimed at laptop replacement. Portrait it reports 924x1480 at 2x; in landscape the 1480px CSS width triggers full desktop breakpoints, so treat it as a touch-first desktop when testing.
- CSS viewport
- 924 × 1480
- Physical pixels
- 1848 × 2960
- Pixel ratio
- 2x
- PPI
- 239
- Screen size
- 14.6"
Media queries
Target this device (portrait)
@media only screen and (device-width: 924px) and (device-height: 1480px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 924px) {
/* styles */
}Viewport width and down
@media (max-width: 924px) {
/* styles */
}