parent
b1b0c466a8
commit
b7a228187f
2 changed files with 22 additions and 1 deletions
@ -1,3 +1,24 @@ |
|||||||
/** |
/** |
||||||
* Created by mitri4 on 23.06.17. |
* Created by mitri4 on 23.06.17. |
||||||
*/ |
*/ |
||||||
|
|
||||||
|
$(document).ready(function() { |
||||||
|
|
||||||
|
$uploadCrop = $('#stamp').croppie({ |
||||||
|
enableExif: true, |
||||||
|
viewport: { |
||||||
|
width: 200, |
||||||
|
height: 200, |
||||||
|
type: 'circle' |
||||||
|
}, |
||||||
|
boundary: { |
||||||
|
width: 300, |
||||||
|
height: 300 |
||||||
|
} |
||||||
|
}); |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}); |
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in new issue