Skip to content

Commit

Permalink
I like this setup for a demo better
Browse files Browse the repository at this point in the history
  • Loading branch information
thedustinsmith committed Feb 5, 2018
1 parent 315de4a commit 71f637d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ var Demo = (function() {
viewport: {
width: 150,
height: 150,
type: 'square'
type: 'circle'
},
boundary: {
width: 300,
height: 300
},
// url: 'demo/demo-1.jpg',
enforceBoundary: false
// enforceBoundary: false
// mouseWheelZoom: false
});
mc.on('update.croppie', function (ev, data) {
Expand Down

0 comments on commit 71f637d

Please sign in to comment.