Dmitriy Shesterkin 9 years ago
parent b7a228187f
commit 2ba0771c94
  1. 36
      src/dokumentor/static/js/profile/asset.js

@ -2,23 +2,23 @@
* Created by mitri4 on 23.06.17. * Created by mitri4 on 23.06.17.
*/ */
$(document).ready(function() { // $(document).ready(function() {
//
$uploadCrop = $('#stamp').croppie({ // $uploadCrop = $('#stamp').croppie({
enableExif: true, // enableExif: true,
viewport: { // viewport: {
width: 200, // width: 200,
height: 200, // height: 200,
type: 'circle' // type: 'circle'
}, // },
boundary: { // boundary: {
width: 300, // width: 300,
height: 300 // height: 300
} // }
}); // });
//
//
//
}); // });

Loading…
Cancel
Save