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
I need to add image rotating feature.
I am rotating images with css transformations, but I faced this http://goo.gl/CwBKIw problem after cropper initialisation. $img.width (innerWidth) ignores transformations.
Does adding of some option (options.perpendicular) that will be flag to use all width, height replaced is only way to resolve this problem?
Thanks,
Vadim
The text was updated successfully, but these errors were encountered:
Hi,
I need to add image rotating feature.
I am rotating images with css transformations, but I faced this http://goo.gl/CwBKIw problem after cropper initialisation. $img.width (innerWidth) ignores transformations.
Does adding of some option (options.perpendicular) that will be flag to use all width, height replaced is only way to resolve this problem?
Thanks,
Vadim
The text was updated successfully, but these errors were encountered: