gpt4 book ai didi

javascript - cropper.js 有问题

转载 作者:行者123 更新时间:2023-11-30 09:47:47 24 4
gpt4 key购买 nike

我正在使用 cropper.js在我正在做的事情上,但在让它正常工作时遇到了一些麻烦,是否有可能看到我可能做错了什么。

图像在网页上“重复”。 (例如这里使用随机图像)

我的 HTML,图片:

<img id="ImageFrame" src="http://www.availstaffing.com/wp-content/uploads/2010/07/Temporary-Button.jpg" style="max-width:100%" />

我的javascript:

$(function () {
var image = $('#ImageFrame');
var cropImage = new Cropper(image[0], {
preview: 'div#CropPreview',
built: function () {},
crop: function (e) {
$("#cropX").val(Math.round(e.detail.x).toString());
$("#cropY").val(Math.round(e.detail.y).toString());
$("#cropH").val(Math.round(e.detail.height).toString());
$("#cropW").val(Math.round(e.detail.width).toString());
}
});
});

然后结果: Image is duplicating when the cropper renders

欢迎任何帮助。

最佳答案

尝试将 cropper.css 包含到您的文件中

关于javascript - cropper.js 有问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38121172/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com