You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting both imageHeight and imageWidth, then the aspect ratio of the image is preserved (the smaller size wins). This contradicts the README, which says "If only one dimension is specified, the image's original aspect ratio is maintained." (My interpretation is to "iff" here instead of "if".)
The text was updated successfully, but these errors were encountered:
real-or-random
changed the title
Aspect ratio should not be preserved.
Aspect ratio should not be preserved when setting height and width
Apr 6, 2023
When setting both
imageHeight
andimageWidth
, then the aspect ratio of the image is preserved (the smaller size wins). This contradicts the README, which says "If only one dimension is specified, the image's original aspect ratio is maintained." (My interpretation is to "iff" here instead of "if".)The text was updated successfully, but these errors were encountered: