Samsung · tablet · 2024
Galaxy Tab S10+ screen size
For 2024 Samsung skipped the base model, making the 12.4-inch S10+ the entry flagship Tab. Display and viewport carry over unchanged from the S9+ at 876x1400 CSS pixels and ratio 2, so existing S9-era test profiles remain valid.
- CSS viewport
- 876 × 1400
- Physical pixels
- 1752 × 2800
- Pixel ratio
- 2x
- PPI
- 266
- Screen size
- 12.4"
Media queries
Target this device (portrait)
@media only screen and (device-width: 876px) and (device-height: 1400px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 876px) {
/* styles */
}Viewport width and down
@media (max-width: 876px) {
/* styles */
}