OnePlus · phone · 2024
OnePlus 12 screen size
The 2024 flagship brought a 4500-nit peak brightness ProXDR display on Snapdragon 8 Gen 3. It reports 412x905 CSS pixels at 3.5, matching the Pixel-standard 412px width while packing one of the densest panels you can serve assets to.
- CSS viewport
- 412 × 905
- Physical pixels
- 1440 × 3168
- Pixel ratio
- 3.5x
- PPI
- 510
- Screen size
- 6.82"
Media queries
Target this device (portrait)
@media only screen and (device-width: 412px) and (device-height: 905px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 412px) {
/* styles */
}Viewport width and down
@media (max-width: 412px) {
/* styles */
}