<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UILargeContentViewerItem/largeContentImageInsets",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UILargeContentViewerItem(py)largeContentImageInsets"
  },
  "title" : "largeContentImageInsets"
}
-->

# largeContentImageInsets

Insets to adjust the position of the item’s image so it appears visually centered in the large content viewer.

```
var largeContentImageInsets: UIEdgeInsets { get }
```

## Discussion

This property defaults to [`zero`](/documentation/UIKit/UIEdgeInsets/zero).

---

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)