Skip to content

Commit a7f7e29

Browse files
authored
[Images] Clarify format option for transform (#25677)
1 parent cbf1b45 commit a7f7e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/images/format.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Tabs, TabItem } from "~/components";
66

77
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.
88

9-
Workers integration supports:
9+
Other supported options:
1010

1111
- `avif`: Generate images in AVIF format if possible (with WebP as a fallback).
1212
- `webp`: Generate images in Google WebP format. Set the quality to `100` to get the WebP lossless format.

0 commit comments

Comments
 (0)