summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorcsarven <csarven@controlyourself.ca>2008-12-09 21:59:22 -0500
committercsarven <csarven@controlyourself.ca>2008-12-09 21:59:22 -0500
commitba24378fdff1de0aee31878dca0e92cc87a56ae8 (patch)
tree3ec735c94af5a03d37f331a450525854b37f91b3 /js
parent33196c24f4c9609611cfbcf6466ceee60c51ef8e (diff)
Jcrop CSS updates to original/preview views
darcs-hash:20081210025922-eefa4-20d87784a350ccc94ee8cb2d69ad44b1b0c92539.gz
Diffstat (limited to 'js')
-rw-r--r--js/jcrop/jquery.Jcrop.go.js4
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
});