<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPGridTemplate/maximumGridButtonImageSize",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPGridTemplate(cpy)maximumGridButtonImageSize"
  },
  "title" : "maximumGridButtonImageSize"
}
-->

# maximumGridButtonImageSize

The expected image size for your @c CPGridButton.

```
class var maximumGridButtonImageSize: CGSize { get }
```

## Discussion

To properly size your list images, your app should size them to the display scale of the car screen.
See -[CPInterfaceController carTraitCollection].

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)