CSS 未加载完成的图片防抖动

<div class="wrap">
  <img class="img" src="" />
</div>
.wrap {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.img {
  width: 100%;
}
posted @ 2022-03-02 17:27  Better-HTQ  阅读(70)  评论(0编辑  收藏  举报