It does not need to set aspectRatio. And doing this we can select in any ratio:
$('#cropImage').Jcrop({
setSelect: [selectX, selectY, selectW, selectH],
minSize: [selectW, selectH],
maxSize: [selectW * 4, selectH * 4],
handles: true,
boxWidth: scalex,
boxHeight: scaley,
onSelect: storeCoords
});
Posted On:
04-Jul-2021 20:42