firebase / extensions

Source code for official Firebase extensions
https://firebase.google.com/products/extensions
Apache License 2.0
882 stars 374 forks source link

fix(storage-resize-images): maintain aspect ratio of resized images #2115

Open gregives opened 2 weeks ago

gregives commented 2 weeks ago

The extension documentation says

This extension keeps the aspect ratio of uploaded images constant and shrinks the image until the resized image’s dimensions are at or under your specified max width and height.

However, it doesn't currently do that: this pull request fixes it.

Fixes #2106