mirror of
https://github.com/directus/directus.git
synced 2026-01-30 01:48:27 -05:00
16 lines
182 B
Markdown
16 lines
182 B
Markdown
# Fit
|
|
|
|
Controls how the image is being fitted within the binding box. Can be compared to CSS' `object-fit`.
|
|
|
|
## Examples
|
|
|
|
```
|
|
?fit=cover
|
|
|
|
?fit=contain
|
|
|
|
?fit=inside
|
|
|
|
?fit=outside
|
|
```
|