prisma-archive / serverless-image-proxy

Resizes images using a Lambda function (aka Serverless Thumbor)
103 stars 11 forks source link

feature request: don't resize larger than max-with of original source #10

Open dohomi opened 7 years ago

dohomi commented 7 years ago

It would be great, if the resize option would respect the original with/height that images are not being upscaled and thus getting blurry. The resize should not being able to exceed the original measurement. Thanks!