OnePlus · phone · 2023
OnePlus 11 screen size
OnePlus's 2023 flagship returned to Hasselblad-tuned cameras and the alert slider. Its curved QHD+ 1440x3216 panel maps to a 412x919 viewport at ratio 3.5 — the same 412px width as a Pixel, so it shares Android's most common breakpoint bucket.
- CSS viewport
- 412 × 919
- Physical pixels
- 1440 × 3216
- Pixel ratio
- 3.5x
- PPI
- 525
- Screen size
- 6.7"
Media queries
Target this device (portrait)
@media only screen and (device-width: 412px) and (device-height: 919px) 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 */
}