webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.22k stars 589 forks source link

fix(api-file-manager-s3): use withoutEnlargement when resizing images #4192

Closed Pavel910 closed 5 days ago

Pavel910 commented 5 days ago

Changes

This PR ensures that images are not upscaled when the requested size is larger than the original image.

How Has This Been Tested?

Manually, by uploading an image of size 290x290, and requesting a width=2500. The returned image was of the original image size.