Apple · tablet · 2024

iPad Air 13-inch (M2) screen size

The first 13-inch class iPad Air, released May 2024 with M2 and a 12.9-inch Liquid Retina LCD inherited from older iPad Pros. Its 1024x1366 viewport means portrait mode already exceeds 1024px desktop breakpoints, so many sites serve it a full desktop layout.

CSS viewport
1024 × 1366
Physical pixels
2048 × 2732
Pixel ratio
2x
PPI
264
Screen size
12.9"

Media queries

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

Related devices