---
title: WKVideoGravity.resizeAspectFill
framework: watchkit
role: symbol
role_heading: Case
path: watchkit/wkvideogravity/resizeaspectfill
---

# WKVideoGravity.resizeAspectFill

Content is resized to fill the bounds rectangle completely while preserving the original aspect ratio of the content. This option results in cropping of the edges of the video in the axis it exceeds.

## Declaration

```swift
case resizeAspectFill
```

## See Also

### Constants

- [WKVideoGravity.resizeAspect](watchkit/wkvideogravity/resizeaspect.md)
- [WKVideoGravity.resize](watchkit/wkvideogravity/resize.md)
