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
Describe the bug
Passing in a width value to both maxWidth & minWidth, as well as a height to both maxHeight & minHeight, does not resize to the desired width & height values. It appears to prioritize minWidth/minHeight and ignore max.
@onurzorluer Would you merge a PR that fixes this?
The resulting image has the dimensions 1365 x 1024 instead of 1024 x 768. It should ignore the original aspect ratio and resize to the provided values.
Expected behavior
Output image should be 1024 x 768.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: MacOS
Browser: Chrome
Version: 123.0.6312.107
Additional context
NA
The text was updated successfully, but these errors were encountered:
Describe the bug
Passing in a width value to both maxWidth & minWidth, as well as a height to both maxHeight & minHeight, does not resize to the desired width & height values. It appears to prioritize minWidth/minHeight and ignore max.
@onurzorluer Would you merge a PR that fixes this?
To Reproduce
Steps to reproduce the behavior:
The resulting image has the dimensions 1365 x 1024 instead of 1024 x 768. It should ignore the original aspect ratio and resize to the provided values.
Expected behavior
Output image should be 1024 x 768.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
NA
The text was updated successfully, but these errors were encountered: