You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `auto` option will serve the WebP or AVIF format to browsers that support it. If this option is not specified, a standard format like JPEG or PNG will be used. Cloudflare will default to JPEG when possible due to the large size of PNG files.
8
8
9
-
Workers integration supports:
9
+
Other supported options:
10
10
11
11
-`avif`: Generate images in AVIF format if possible (with WebP as a fallback).
12
12
-`webp`: Generate images in Google WebP format. Set the quality to `100` to get the WebP lossless format.
0 commit comments