---
title: resizeMode
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phimagerequestoptions/resizemode
---

# resizeMode

A mode that specifies how to resize the requested image.

## Declaration

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

## Discussion

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.

## See Also

### Specifying Image Request Options

- [version](photos/phimagerequestoptions/version.md)
- [PHImageRequestOptionsVersion](photos/phimagerequestoptionsversion.md)
- [deliveryMode](photos/phimagerequestoptions/deliverymode.md)
- [PHImageRequestOptionsDeliveryMode](photos/phimagerequestoptionsdeliverymode.md)
- [PHImageRequestOptionsResizeMode](photos/phimagerequestoptionsresizemode.md)
- [normalizedCropRect](photos/phimagerequestoptions/normalizedcroprect.md)
