Images are not at full resolution in public url

I am uploading 1024x1024 images to Cloudflare images. However the public image url shows the image at 768x768. I know it is not an upload issue because on the cloudflare dashboard, if I export the image, I get back the original at 1024x1024.

Is this some feature of Cloudflare that the public urls have a max resolution?

As a side note, when I right click save as on my image, I get an .avif formatted image instead of the original image file.

Cloudflare Images api allows users to specify named variants. Resize images · Cloudflare Image Optimization docs

Variant defines dimensions and fit options.

As for a resized image - Cloudflare Images strive to apply best possible supported codec and is based on request’s Accept header, e.g.

“Accept: image/avif,image/webp,image/apng,image/,/*;q=0.8” tells a server that this client supports avif, webp and apng explicitly.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.