Apple · tablet · 2022

iPad (10th generation) screen size

October 2022 redesign of the entry iPad with a 10.9-inch Liquid Retina LCD, USB-C, and landscape front camera. Its 820x1180 viewport at 2x matches the iPad Air, landing in the classic tablet breakpoint band where many sites switch between phone and desktop navigation.

CSS viewport
820 × 1180
Physical pixels
1640 × 2360
Pixel ratio
2x
PPI
264
Screen size
10.9"

Media queries

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

Related devices