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 @@ -272,6 +272,20 @@ Convert the image to WEBP format. Additionally all the `:resize` manipulations c
272272| master_dim | ` auto ` /` width ` /` height ` | ` auto ` | Master dimension when only width of height is specified |
273273
274274
275+ ### ` :avif `
276+
277+ {news_image:avif}
278+
279+ Convert the image to AVIF format. Additionally all the ` :resize ` manipulations can be applied
280+
281+ | Parameter | Values | Default | Description |
282+ | --------- | ------- | ---------- | -------------------------------------- |
283+ | width | ` Number ` | | Width to crop to, px |
284+ | height | ` Number ` | | Height to crop to, px |
285+ | quality | ` 0 ` -` 100 ` | ` 75 ` | Image quality, % |
286+ | maintain_ratio | ` y ` / ` n ` | ` y ` | Keep image ratio (yes/no) |
287+ | master_dim | ` auto ` /` width ` /` height ` | ` auto ` | Master dimension when only width of height is specified |
288+
275289### ` :resize_crop `
276290
277291 {news_image:resize_crop resize:width="300" crop:width="100"}
You can’t perform that action at this time.
0 commit comments