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
Instead of applying styles (red border around the crop frame as in current implementation), we can just use minSizeoption of Jcrop (which is now hardcoded to [5, 5]). That way user can not initialize crop frame or resize it to size smaller than minSize. With warning approach user needs to repeat resizing multiple times to figure out what the correct size is because warning state is changed only after releasing mouse.
Instead of applying styles (red border around the crop frame as in current implementation), we can just use
minSize
option of Jcrop (which is now hardcoded to[5, 5]
). That way user can not initialize crop frame or resize it to size smaller thanminSize
. With warning approach user needs to repeat resizing multiple times to figure out what the correct size is because warning state is changed only after releasing mouse.Related: #106.
The text was updated successfully, but these errors were encountered: