$('#previewImg').Jcrop({
onChange: showCoords,
onSelect: showCoords,
minSize:[300,100],
maxSize:[900,900],
aspectRatio: 3/1
});
I have an image use jcrop, however i need to have a default box 300,100 before user click on image to make it appear.
so the box will already appear & at center before user click the image.