diff options
Diffstat (limited to 'js/jcrop')
-rw-r--r-- | js/jcrop/jquery.Jcrop.go.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/jcrop/jquery.Jcrop.go.js b/js/jcrop/jquery.Jcrop.go.js index 57639814f..7c5b5e4e6 100644 --- a/js/jcrop/jquery.Jcrop.go.js +++ b/js/jcrop/jquery.Jcrop.go.js @@ -3,8 +3,8 @@ setSelect: [ 0, 0, $("#avatar_original img.avatar").attr("width"), $("#avatar_original img.avatar").attr("height") ], onSelect: updateCoords, aspectRatio: 1, - boxWidth: 640, - boxHeight: 640, + boxWidth: 480, + boxHeight: 480, bgColor: '#000', bgOpacity: .4 }); |