Xiaomi · phone · 2023

Xiaomi 14 screen size

Launched late 2023 as the first Snapdragon 8 Gen 3 phone, with a 1.5K 1200x2670 LTPO panel. It reports a clean 400x890 viewport at an even 3x ratio — the round 400px width is a convenient boundary case for max-width: 399px queries.

CSS viewport
400 × 890
Physical pixels
1200 × 2670
Pixel ratio
3x
PPI
460
Screen size
6.36"

Media queries

Target this device (portrait)
@media only screen and (device-width: 400px) and (device-height: 890px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  /* styles */
}
Viewport width and up
@media (min-width: 400px) {
  /* styles */
}
Viewport width and down
@media (max-width: 400px) {
  /* styles */
}

Related devices