diff --git a/imagefield_focus.js b/imagefield_focus.js
index 31fafb2..e397317 100644
--- a/imagefield_focus.js
+++ b/imagefield_focus.js
@@ -64,7 +64,7 @@
           var other = inputs.eq((inputs.index(input) + 1) % 2).removeClass('active');
           var otherSel = valToSel(other.val());
           var options = (input.hasClass('crop-rect')) ? {
-            ratio: 0,
+            ratio: ratio,
             minRect: otherSel,
             maxRect: null
           } : {
