---
title: videoMaxScaleAndCropFactor
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcaptureconnection/videomaxscaleandcropfactor
---

# videoMaxScaleAndCropFactor

The connection’s maximum video scale and crop factor.

## Declaration

```swift
var videoMaxScaleAndCropFactor: CGFloat { get }
```

## Discussion

Discussion The value defines the largest value you can set the videoScaleAndCropFactor property to, which only applies to a video connection.

## See Also

### Scaling a video

- [videoScaleAndCropFactor](avfoundation/avcaptureconnection/videoscaleandcropfactor.md)
