---
title: scalesLargeContentImage
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiview/scaleslargecontentimage
---

# scalesLargeContentImage

A Boolean value that indicates whether the large content viewer scales the item’s image to a larger size.

## Declaration

```swift
var scalesLargeContentImage: Bool { get set }
```

## Discussion

Discussion If false, the viewer displays the image at its intrinsic size. tip: For best results when scaling, use a PDF asset and select the Preserve Vector Data option in the asset catalog.

## See Also

### Modifying the accessibility behavior

- [accessibilityIgnoresInvertColors](uikit/uiview/accessibilityignoresinvertcolors.md)
- [largeContentImage](uikit/uiview/largecontentimage.md)
- [largeContentImageInsets](uikit/uiview/largecontentimageinsets.md)
- [largeContentTitle](uikit/uiview/largecontenttitle.md)
- [showsLargeContentViewer](uikit/uiview/showslargecontentviewer.md)
