@@ -638,6 +638,9 @@ var app = new Vue({
$("#cropImg").cropper(_this.options);
var data = $("#cropImg").cropper('getContainerData');
+ console.log(data);
+ console.log(iWidth);
+ console.log(iHeight);
$("#cropImg").cropper('setData', {
width: data.width,
height: data.height