fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

How to show result getCroppedCanvas on Click Button, To the elements that have been provided #875

Closed VEmpink closed 7 years ago

VEmpink commented 7 years ago

$('.img-result').click(function(){ elm_crop.cropper('getCroppedCanvas', { preview: '#form-process .male img' }); });

That, My Code....