Commit 4469a39abedbf82fa809c8fd36c95e180f974f6c
1 parent
6ebd250f
Exists in
master
and in
2 other branches
Fix'd aspect ratio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
amadeus/static/js/crop_news.js
@@ -20,7 +20,7 @@ $(function () { | @@ -20,7 +20,7 @@ $(function () { | ||
20 | $image.cropper({ | 20 | $image.cropper({ |
21 | cropBoxResizable: false, | 21 | cropBoxResizable: false, |
22 | viewMode: 1 , | 22 | viewMode: 1 , |
23 | - aspectRatio: 4/3, | 23 | + aspectRatio: 7/2, |
24 | minCropBoxWidth: 700, | 24 | minCropBoxWidth: 700, |
25 | minCropBoxHeight: 200, | 25 | minCropBoxHeight: 200, |
26 | dragMode: 'move', | 26 | dragMode: 'move', |