preserveTransformations is an option currently maintained at the framework level that reads transformations from a Cloudinary URL as the source and applies them, which by default, only uses the public ID from that URL.
From what I can tell there's no reason that this needs to be maintained at the framework level and can instead be maintained with the rest of the URL Loader logic.
Simply preserveTransformations when passing a src as a Cloudinary URL with a version # (required).
Issue Ticket Number
Fixes #183
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Fix or improve the documentation
[ ] This change requires a documentation update
Checklist
[ ] I have followed the contributing guidelines of this project as mentioned in CONTRIBUTING.md
Description
preserveTransformations
is an option currently maintained at the framework level that reads transformations from a Cloudinary URL as the source and applies them, which by default, only uses the public ID from that URL.From what I can tell there's no reason that this needs to be maintained at the framework level and can instead be maintained with the rest of the URL Loader logic.
Simply
preserveTransformations
when passing asrc
as a Cloudinary URL with a version # (required).Issue Ticket Number
Fixes #183
Type of change
Checklist