For Workes & Pages, what is the name of the domain?
What is the issue or error you’re encountering
With images stored in CF Images, format=jpeg is ignored
What steps have you taken to resolve the issue?
I’m trying to use the progressive jpeg format, but neither of the following returns a jpeg:
- https://imagedelivery.net/abc/123/w=900,format=jpeg
- https://mydomain.com/cdn-cgi/imagedelivery/abc/123/w=900,format=jpeg
But this does return a jpeg
So basically it looks like the format
param only works on external images which are then transformed?
In the docs for format
(misnamed as fit
) it says the feature is only supported for image transformations, but surely that doesn’t mean only external ones?
What are the steps to reproduce the issue?
Details above