How can I use the original size?

I feel like I must be missing something obvious. Do I have to create a variant for the specific dimensions of every image I upload? Sometimes I just want the benefits of a global CDN to serve an image using native resolution of the image as it was uploaded.

You can technically create a variant with max allowed dimensions and set fit=scale-down
URL format ยท Cloudflare Image Optimization docs.

But take into account that will likely lead to suboptimal web performance for an end user, when image dimensions exceed page layout.

This topic was automatically closed after 15 days. New replies are no longer allowed.