---
title: maximumImageSize
framework: carplay
role: symbol
role_heading: Type Property
path: carplay/cplistimagerowitemelement/maximumimagesize
---

# maximumImageSize

The expected image size for the image in your @c CPListImageRowItemElement. Images provided will be resized to this size.

## Declaration

```swift
class var maximumImageSize: CGSize { get }
```

## Discussion

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