In our Firebase storage, we have images that have widths of 1080 and varying heights. Using this extension (https://firebase.google.com/products/extensions/storage-resize-images), we need to resize the width to 480, maintaining the aspect ratio. How can this be accomplished using this extension? It allows us to specify dimensions, but not what we need.
If this extension can't do this, what are similar alternatives?