We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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~
The text was updated successfully, but these errors were encountered:
colbyfayock
Successfully merging a pull request may close this issue.
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~
The text was updated successfully, but these errors were encountered: