Samsung · phone · 2025
Galaxy S25+ screen size
The 2025 Plus kept the QHD+ 1440x3120 panel introduced a generation earlier. It reports 384x832 at ratio 3.75, identical to the S24+ and both recent Ultras, so one 384px profile now covers Samsung's entire large-flagship tier.
- CSS viewport
- 384 × 832
- Physical pixels
- 1440 × 3120
- Pixel ratio
- 3.75x
- PPI
- 513
- Screen size
- 6.7"
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 */
}