We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cb64d commit c0686e0Copy full SHA for c0686e0
README.md
@@ -52,6 +52,9 @@ $image = CFImageResizing::make($url)->build();
52
53
// output:
54
// https://example.com/cdn-cgi/image/format=auto/uploads/2023/image.jpg
55
+
56
+// note: format=auto is added by default to the URL as it is required
57
+// by Cloudflare to have atleast one transformation applied.
58
```
59
60
#### Generating a URL with transformations
0 commit comments