Commit 4469a39abedbf82fa809c8fd36c95e180f974f6c

Authored by Gustavo
1 parent 6ebd250f

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 20 $image.cropper({
21 21 cropBoxResizable: false,
22 22 viewMode: 1 ,
23   - aspectRatio: 4/3,
  23 + aspectRatio: 7/2,
24 24 minCropBoxWidth: 700,
25 25 minCropBoxHeight: 200,
26 26 dragMode: 'move',
... ...