Apple · tablet · 2022
iPad Pro 12.9-inch (M2) screen size
The October 2022 6th-gen Pro with the M2 chip and mini-LED Liquid Retina XDR display, the last of the 12.9-inch line before the M4 redesign. Its 1024x1366 viewport is shared by every 12.9-inch iPad Pro since 2015, a hugely common size where portrait width crosses the 1024px desktop breakpoint.
- CSS viewport
- 1024 × 1366
- Physical pixels
- 2048 × 2732
- Pixel ratio
- 2x
- PPI
- 264
- Screen size
- 12.9"
Ports
- thunderbolt 3 — Thunderbolt / USB 4 (USB-C connector)
Source: support.apple.com
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 */
}