---
title: AVVideoScalingModeResize
framework: avfoundation
role: symbol
role_heading: Global Variable
path: avfoundation/avvideoscalingmoderesize
---

# AVVideoScalingModeResize

The string identifier for resizing a video to fit the surrounding view’s dimensions.

## Declaration

```swift
let AVVideoScalingModeResize: String
```

## Discussion

Discussion This mode crops the video to remove the edge processing region and scales the remainder to the destination area. It doesn’t preserve the aspect ratio.

## See Also

### Scaling mode

- [AVVideoScalingModeFit](avfoundation/avvideoscalingmodefit.md)
- [AVVideoScalingModeKey](avfoundation/avvideoscalingmodekey.md)
- [AVVideoScalingModeResizeAspect](avfoundation/avvideoscalingmoderesizeaspect.md)
- [AVVideoScalingModeResizeAspectFill](avfoundation/avvideoscalingmoderesizeaspectfill.md)
