Xiaomi · phone · 2022
Xiaomi 13 screen size
Xiaomi's compact late-2022 flagship paired Leica optics with a flat 6.36-inch OLED. It reports a 393x873 viewport at Xiaomi's characteristic 2.75 ratio — a width that matches the iPhone 14 Pro's 393px, handy for cross-platform parity checks.
- CSS viewport
- 393 × 873
- Physical pixels
- 1080 × 2400
- Pixel ratio
- 2.75x
- PPI
- 414
- Screen size
- 6.36"
Media queries
Target this device (portrait)
@media only screen and (device-width: 393px) and (device-height: 873px) and (-webkit-device-pixel-ratio: 2.75) and (orientation: portrait) {
/* styles */
}Viewport width and up
@media (min-width: 393px) {
/* styles */
}Viewport width and down
@media (max-width: 393px) {
/* styles */
}