---
title: default
framework: photos
role: symbol
role_heading: Type Property
path: photos/phimagecontentmode/default
---

# default

Fits the image to the requested size using the default option, PHImageContentMode.aspectFit.

## Declaration

```swift
static var `default`: PHImageContentMode { get }
```

## Discussion

Discussion Use this content mode when requesting a full-sized image using the PHImageManagerMaximumSize value for the target size. In this case, the image manager does not scale or crop the image.

## See Also

### Constants

- [PHImageContentMode.aspectFit](photos/phimagecontentmode/aspectfit.md)
- [PHImageContentMode.aspectFill](photos/phimagecontentmode/aspectfill.md)
