Open gshel opened 11 months ago
I would like to specify a Cloudinary crop mode from my netlify.toml file; the current default value is limit and cannot be changed via netlify.toml.
limit
I would also like to be able to specify "auto" as the value for maxSize.height and/or maxSize.width so that I can scale images automatically using Client Hints.
"auto"
Allowing a string to be used as the value of maxSize.height and maxSize.width would allow users to:
Users should be able to specify maxSize.crop to help with optimizing the final aesthetic result of an automatically scaled image on a site.
I haven't considered alternatives, but I'm open to suggestions~
Feature Request
Is your feature request related to a problem? Please describe.
I would like to specify a Cloudinary crop mode from my netlify.toml file; the current default value is
limit
and cannot be changed via netlify.toml.I would also like to be able to specify
"auto"
as the value for maxSize.height and/or maxSize.width so that I can scale images automatically using Client Hints.Describe the solution you'd like
Allowing a string to be used as the value of maxSize.height and maxSize.width would allow users to:
Users should be able to specify maxSize.crop to help with optimizing the final aesthetic result of an automatically scaled image on a site.
Describe alternatives you've considered
I haven't considered alternatives, but I'm open to suggestions~