-3

jCrop ratio is limited? If width 2px, height 2px. I want to aspect ratio 2:1. How can I edit jCrop?

  • 1
    Following are the options provided by JCrop: http://deepliquid.com/content/Jcrop_Manual.html#Setting_Options – sv_in Oct 01 '12 at 04:46

1 Answers1

1

you can do this by setOption method

jcrop_api.setOptions(
{
    aspectRatio: 2/1
});
Database_Query
  • 626
  • 4
  • 14