Work items: 30041

This commit is contained in:
hartvig
2011-10-24 10:41:41 -02:00
parent 9da185f330
commit 62cf50ba8d
2 changed files with 15 additions and 12 deletions

View File

@@ -413,8 +413,8 @@ $.Jcrop = function(obj,opt)
drawBorders: true,
dragEdges: true,
boxWidth: 0,
boxHeight: 0,
boxWidth: (jQuery(window).width()*0.85),
boxHeight: (jQuery(window).height()*0.85),
boundary: 8,
animationDelay: 20,