截图存在比较大的失真?
Opened this issue · 1 comments
pfan123 commented
发现截出来的图片是一倍图额,移动端显示很失真
dntzhang commented
选区的 width 和 height 可以设置的啊。
new AlloyCrop({
image_src: "img src",
circle: true, // optional parameters , the default value is false
width: 200,
height: 200,
ok: function (base64, canvas) { },
cancel: function () { },
ok_text: "yes", // optional parameters , the default value is ok
cancel_text: "no" // optional parameters , the default value is cancel
});