<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHImageRequestOptions/resizeMode",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:objc(cs)PHImageRequestOptions(py)resizeMode"
  },
  "title" : "resizeMode"
}
-->

# resizeMode

A mode that specifies how to resize the requested image.

```
var resizeMode: PHImageRequestOptionsResizeMode { get set }
```

## Discussion

Use this property to choose how to fit the image to the target size you specified when requesting image data. The default value for this property is [`PHImageRequestOptionsResizeMode.fast`](/documentation/Photos/PHImageRequestOptionsResizeMode/fast).

---

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)