CSS 未加载完成的图片防抖动
<div class="wrap">
<img class="img" src="" />
</div>
.wrap {
overflow: hidden;
width: 100%;
height: 0;
padding-bottom: 50%;
}
.img {
width: 100%;
}
<div class="wrap">
<img class="img" src="" />
</div>
.wrap {
overflow: hidden;
width: 100%;
height: 0;
padding-bottom: 50%;
}
.img {
width: 100%;
}