使用Cropit可以在尝试图像编辑器功能之前验证图像位置吗?
var cropit = function () {
$('.image-editor').cropit({
maxZoom: 1.5,
onImageError: function (error) {
toastr.error(error.message, "Error!")
},
exportZoom: 1,
imageState: {
src: '../../CareImages/' + $("#CarsId").val() + '.jpg'
},