我创建了一个 div,其中包含一个图像,其父 div 可滚动。But when selecting area for cropping it does not scroll the child div. 任何人都可以提出解决方案吗?*使用 imageareaselect.min
<div style=" width:500px; height:300px; overflow:auto;">
<div style=" width:1024px; height:600px ;" >
<img src="abc.jpg" style=" box-shadow:3px 0px 12px rgb(192, 192, 192);" id="thumbnail" alt="Create Thumbnail">
</div>
</div>
这是用于调用选择功能的jquery
$(function(){
$('#thumbnail').imgAreaSelect({ aspectRatio: '1:0.8228571428571428', onSelectChange: preview });
});
选择区域超出 div 而不是溢出