1
Image upload is creating unnecessary resizing for providers like Cloudinary
r
ryankauk
When you upload and image it's creating multiple sizes, which is fine for providers like s3 for example. With Cloudinary I get charged for the amount stored and is wasting cost.
Steps to reproduce the behavior
Use image plugin with Cloudinary
upload image
check Cloudinary to see 4 different sizes uploaded
Expected behavior
The Cloudinary provider should override the resizing and generate sizes based on api configs