Apple · laptop · 2024

MacBook Air 15-inch (M3) screen size

March 2024 update to the big Air with the M3 chip and support for two external displays with the lid closed. It keeps the 15.3-inch Liquid Retina panel and 1440x932 logical viewport, a sweet-spot desktop width shared with many scaled 27-inch monitor setups.

CSS viewport
1440 × 932
Physical pixels
2880 × 1864
Pixel ratio
2x
PPI
224
Screen size
15.3"

Media queries

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

Related devices