---
title: ContentMode.fill
framework: swiftui
role: symbol
role_heading: Case
path: swiftui/contentmode/fill
---

# ContentMode.fill

An option that resizes the content so it occupies all available space, both vertically and horizontally.

## Declaration

```swift
case fill
```

## Mentioned in

Fitting images into available space

## Discussion

Discussion This mode preserves the content’s aspect ratio. If the content doesn’t have the same aspect ratio as the available space, the content becomes the same size as the available space on one axis, and larger on the other axis.

## See Also

### Getting content modes

- [ContentMode.fit](swiftui/contentmode/fit.md)
