Oleg Gordeev
Results
2
comments of
Oleg Gordeev
There is no onLoad method for now, so u have 2 options: ``` javascript setTimeout(function() { crop = $('#cropimage').data('cropbox'); crop.zoom(1); // or zoom(0); crop.update(); }, 100); ``` or use one...