1
我有jcrop現在的工作我想要做的事喜歡這裏動態設置jcrop(不固定選擇)
jQuery(function(){
jQuery(".image_container .a-center h2").html("Upload another picture")
var api;
jQuery('#cropbox').Jcrop({
bgOpacity: 0.5,
bgColor: 'black',
addClass: 'jcrop-dark',
aspectRatio: 320/180,
setSelect:[320,320,180,180],
onSelect: updateCoords,
onChange: updateCoords
},function(){
api = this;
api.setOptions({ bgFade: true });
api.ui.selection.addClass('jcrop-selection');
});
});
,並讓這對選擇還挺輸出
,我要的選擇這種選擇
我該怎麼做才能獲得最大寬度選擇。