---
title: maximumFullHeightImageSize
framework: carplay
role: symbol
role_heading: Type Property
path: carplay/cplistimagerowitemcardelement/maximumfullheightimagesize
---

# maximumFullHeightImageSize

The expected image size for the image in your @c CPListImageRowItemCardElement when @c showsImageFullHeight is  true. Images provided will be resized to this size.

## Declaration

```swift
class var maximumFullHeightImageSize: 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].
