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
The url-loader removes the height when the crop mode is set to limit. Therefore, it ignores the height portion of the "limit" transformation and only enforces a width limit.
Bug Report
Describe the bug
The
url-loader
removes the height when the crop mode is set tolimit
. Therefore, it ignores theheight
portion of the "limit" transformation and only enforces a width limit.Relevant code reference:
cloudinary-util/packages/url-loader/src/plugins/cropping.ts
Lines 227 to 229 in 6f966da
Steps To Reproduce the error
Expected behaviour
I expect the url to have a
h_600
paramThe text was updated successfully, but these errors were encountered: