Skip to content
New issue

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

[Feature] Translate Netlify's Image Transformation parameters to Cloudinary params #60

Open
akshay-ranganath opened this issue Aug 31, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@akshay-ranganath
Copy link

Feature Request

Netlify offers a set of image transformations using three query parameters nf_resize, w and h. These parameters can be mapped to Cloudinary parameters c_, w_ and h_. Consider re-writing the Netlify URLs to Cloudinary URL format.

Additionally, if the setup has a default transformation, this may also need to be applied. For example, f_auto,q_auto.

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@colbyfayock
Copy link
Collaborator

Large Media is officially deprecated: https://answers.netlify.com/t/large-media-feature-deprecated-but-not-removed/100804

probably makes even more sense to support it for people who want to transition away from this

i think this could also be expanded to support other cloudinary features but i wouldnt expect it to be all-encompassing as it could start to create issues between development and production which would lead to unexpected changes

@colbyfayock colbyfayock added the help wanted Extra attention is needed label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants