diff --git a/docs/fieldtypes/file.md b/docs/fieldtypes/file.md index be32a47ca..14d150d1d 100755 --- a/docs/fieldtypes/file.md +++ b/docs/fieldtypes/file.md @@ -272,6 +272,20 @@ Convert the image to WEBP format. Additionally all the `:resize` manipulations c | master_dim | `auto`/`width`/`height` | `auto`| Master dimension when only width of height is specified | +### `:avif` + + {news_image:avif} + +Convert the image to AVIF format. Additionally all the `:resize` manipulations can be applied + +| Parameter | Values | Default | Description | +| --------- | ------- | ---------- | -------------------------------------- | +| width | `Number` | | Width to crop to, px | +| height | `Number` | | Height to crop to, px | +| quality | `0`-`100`| `75`| Image quality, % | +| maintain_ratio | `y` / `n` | `y`| Keep image ratio (yes/no) | +| master_dim | `auto`/`width`/`height` | `auto`| Master dimension when only width of height is specified | + ### `:resize_crop` {news_image:resize_crop resize:width="300" crop:width="100"}