Samsung · phone · 2025
Galaxy S25 screen size
Samsung's 2025 base flagship focused on on-device AI with Snapdragon 8 Elite. The display spec and viewport are unchanged: 360x780 CSS pixels at 3x, still the tightest mainstream width and the first place text truncation bugs appear.
- CSS viewport
- 360 × 780
- Physical pixels
- 1080 × 2340
- Pixel ratio
- 3x
- PPI
- 416
- Screen size
- 6.2"
Media queries
Target this device (portrait)
@media only screen and (device-width: 360px) and (device-height: 780px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 360px) {
/* styles */
}Viewport width and down
@media (max-width: 360px) {
/* styles */
}