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
Seems like ui-cropper have some issue with rendering / returning cropped image if image is bigger for example i am getting trouble with images with higher number of pixels (5000x4000) when i try to crop i am getting blank image instead of cropped one.
If I change result-image-size="'max'" to result-image-size="1500" this kinda resolve my problem, but I am not sure if my approach is good 🤔
Did anyone had this type of issue with ui cropper?
The text was updated successfully, but these errors were encountered:
Seems like ui-cropper have some issue with rendering / returning cropped image if image is bigger for example i am getting trouble with images with higher number of pixels (5000x4000) when i try to crop i am getting blank image instead of cropped one.
If I change
result-image-size="'max'"
toresult-image-size="1500"
this kinda resolve my problem, but I am not sure if my approach is good 🤔Did anyone had this type of issue with ui cropper?
The text was updated successfully, but these errors were encountered: