Create variants
Variants let you specify how images should be resized for different use cases. By default, images are served with a public
variant, but you can create up to 100 variants to fit your needs. Follow these steps to create a variant.
- Log in to the Cloudflare dashboard ↗ and select your account.
- Select Images > Variants.
- Name your variant and select Add New Variant.
- Define variables for your new variant, such as resizing options, type of fit, and specific metadata options.
Make a POST
request to create a variant.
The Fit
property describes how the width and height dimensions should be interpreted. The chart below describes each of the options.
Fit Options | Behavior |
---|---|
Scale down | The image is shrunk in size to fully fit within the given width or height, but will not be enlarged. |
Contain | The image is resized (shrunk or enlarged) to be as large as possible within the given width or height while preserving the aspect ratio. |
Cover | The image is resized to exactly fill the entire area specified by width and height and will be cropped if necessary. |
Crop | The image is shrunk and cropped to fit within the area specified by the width and height. The image will not be enlarged. For images smaller than the given dimensions, it is the same as scale-down . For images larger than the given dimensions, it is the same as cover . |
Pad | The image is resized (shrunk or enlarged) to be as large as possible within the given width or height while preserving the aspect ratio. The extra area is filled with a background color (white by default). |
Variants allow you to choose what to do with your image’s metadata information. From the Metadata dropdown, choose:
- Strip all metadata
- Strip all metadata except copyright
- Keep all metadata
When the Always allow public access option is selected, particular variants will always be publicly accessible, even when images are made private through the use of signed URLs.