---
title: skipsDisplaySizeImage
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phcontenteditinginputrequestoptions/skipsdisplaysizeimage
---

# skipsDisplaySizeImage

Set this value to true if you don’t want a displaySizeImage on the PHContentEditingInput. This can give performance wins when the image will not be used.

## Declaration

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