Samsung · phone · 2024
Galaxy S24 Ultra screen size
The 2024 Ultra went fully flat with a titanium frame and anti-reflective Gorilla Armor glass. Its 1440x3120 panel maps exactly to 384x832 CSS pixels at 3.75, making it the most common 384px-wide test target in current device labs.
- CSS viewport
- 384 × 832
- Physical pixels
- 1440 × 3120
- Pixel ratio
- 3.75x
- PPI
- 505
- Screen size
- 6.8"
Media queries
Target this device (portrait)
@media only screen and (device-width: 384px) and (device-height: 832px) and (-webkit-device-pixel-ratio: 3.75) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 384px) {
/* styles */
}Viewport width and down
@media (max-width: 384px) {
/* styles */
}