<!--
{
  "availability" : [
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKVideoGravity",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:@E@WKVideoGravity"
  },
  "title" : "WKVideoGravity"
}
-->

# WKVideoGravity

Constants indicating the appearance of video content.

```
enum WKVideoGravity
```

## Topics

### Constants

[`WKVideoGravity.resizeAspect`](/documentation/WatchKit/WKVideoGravity/resizeAspect)

Content is resized to fit the bounds rectangle, preserving the original aspect ratio of the content. Content that does not completely fill the bounds rectangle is centered in the partial axis.

[`WKVideoGravity.resizeAspectFill`](/documentation/WatchKit/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.

[`WKVideoGravity.resize`](/documentation/WatchKit/WKVideoGravity/resize)

Content is resized to fit the entire bounds rectangle. This option does not preserve the original aspect ratio of the content.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)