---
title: MPMovieScalingMode.aspectFill
framework: mediaplayer
role: symbol
role_heading: Case
path: mediaplayer/mpmoviescalingmode/aspectfill
---

# MPMovieScalingMode.aspectFill

Scale the movie uniformly until the movie fills the visible bounds of the view. Content at the edges of the larger of the two dimensions is clipped so that the other dimension fits the view exactly. The aspect ratio of the movie is preserved.

## Declaration

```swift
case aspectFill
```

## See Also

### Constants

- [MPMovieScalingMode.none](mediaplayer/mpmoviescalingmode/none.md)
- [MPMovieScalingMode.aspectFit](mediaplayer/mpmoviescalingmode/aspectfit.md)
- [MPMovieScalingMode.fill](mediaplayer/mpmoviescalingmode/fill.md)
