0
JavaScript cropperjs을 사용하여 사용자가 업로드 한 이미지를 자릅니다. 자르기 표시에서 자르기 상자 외부의 이미지는 표시되지 않습니다. 아래 그림에 표시된에서 샘플 -CropperJS : 이미지 외부 자르기 상자가 보이지 않습니다.
내 농작물 설정입니다 -
var cropper_opts = {
aspectRatio: 1/1,
viewMode: 0,
crop: function(e){}, //to show the crop box manually
minCanvasWidth: 0,
minCanvasHeight: 0,
minCropBoxWidth: 0,
minCropBoxHeight: 0,
minContainerWidth: 860, //decides the size of image
minContainerHeight: 355, //decides the size of image
autoCropArea: 1,
modal: true, // Show the black modal
guides: true, // Show the dashed lines for guiding
center: true, // Show the center indicator for guiding
highlight: true, // Show the white modal to highlight the crop box
background: true, // Show the grid background
}
는이 문제를 해결하기 위해 도와주세요.