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
showControls: never just hides default controls, but it does not prevents the appending controls to DOM. Anyway, the issue is about that documented feature does not work.
"Use false to disable controls."
I call
$('img').cropbox({..., controls: false})
but controls appended anyway.It's possible to prevent appending controls with
$('img').cropbox({..., controls: ' '})
, but this looks like the hack.The text was updated successfully, but these errors were encountered: