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

# MPMovieScalingMode.fill

Scale the movie until both dimensions fit the visible bounds of the view exactly. The aspect ratio of the movie is not preserved.

## Declaration

```swift
case fill
```

## See Also

### Constants

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