Skip to content

Commit d2f955c

Browse files
authored
[Images] Update quality.mdx (#20948)
Can we inform about `format=auto` here as well? From https://developers.cloudflare.com/images/polish/compression/#polish-interaction-with-image-optimization
1 parent 26ef0cf commit d2f955c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/images/quality.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Tabs, TabItem } from "~/components"
77
At the moment, this setting only works directly with [image transformations](/images/transform-images/).
88
:::
99

10-
Specifies quality for images in JPEG, WebP, and AVIF formats. The quality is in a 1-100 scale, but useful values are between `50` (low quality, small file size) and `90` (high quality, large file size). `85` is the default. When using the PNG format, an explicit quality setting allows use of PNG8 (palette) variant of the format.
10+
Specifies quality for images in JPEG, WebP, and AVIF formats. The quality is in a 1-100 scale, but useful values are between `50` (low quality, small file size) and `90` (high quality, large file size). `85` is the default. When using the PNG format, an explicit quality setting allows use of PNG8 (palette) variant of the format. Use the `format=auto` option to allow use of WebP and AVIF formats.
1111

1212
We also allow setting one of the perceptual quality levels `high|medium-high|medium-low|low`
1313

0 commit comments

Comments
 (0)