jCrop ratio is limited? If width 2px, height 2px. I want to aspect ratio 2:1. How can I edit jCrop?
Asked
Active
Viewed 237 times
-3
-
1Following are the options provided by JCrop: http://deepliquid.com/content/Jcrop_Manual.html#Setting_Options – sv_in Oct 01 '12 at 04:46
1 Answers
1
you can do this by setOption
method
jcrop_api.setOptions(
{
aspectRatio: 2/1
});

Database_Query
- 626
- 4
- 14
-
Thank you for reply. I haven't read all javascript. I'll try it. – Spacez Ly Wang Oct 01 '12 at 03:50