Samsung · tablet · 2024
Galaxy Tab S10 Ultra screen size
The 2024 Ultra kept the vast 14.6-inch 1848x2960 AMOLED with its dual punch-hole notch. At 924x1480 CSS pixels portrait (1480px wide in landscape) it is effectively a desktop-class viewport with touch input and a notch cut-out to respect.
- 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 */
}