File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,20 @@ Convert the image to WEBP format. Additionally all the `:resize` manipulations c
276276| master_dim | ` auto ` /` width ` /` height ` | ` auto ` | Master dimension when only width of height is specified |
277277
278278
279+ ### ` :avif `
280+
281+ {news_image:avif}
282+
283+ Convert the image to AVIF format. Additionally all the ` :resize ` manipulations can be applied
284+
285+ | Parameter | Values | Default | Description |
286+ | --------- | ------- | ---------- | -------------------------------------- |
287+ | width | ` Number ` | | Width to crop to, px |
288+ | height | ` Number ` | | Height to crop to, px |
289+ | quality | ` 0 ` -` 100 ` | ` 75 ` | Image quality, % |
290+ | maintain_ratio | ` y ` / ` n ` | ` y ` | Keep image ratio (yes/no) |
291+ | master_dim | ` auto ` /` width ` /` height ` | ` auto ` | Master dimension when only width of height is specified |
292+
279293### ` :resize_crop `
280294
281295 {news_image:resize_crop resize:width="300" crop:width="100"}
You can’t perform that action at this time.
0 commit comments