Samsung · tablet · 2023
Galaxy Tab S9+ screen size
The 2023 mid-size Tab with a 12.4-inch 120Hz AMOLED panel. Its portrait viewport of 876x1400 at 2x sits just above the 768px tablet convention, so it typically receives tablet layouts in portrait and full desktop layouts in landscape.
- 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 */
}