CSS : object-fit 和 object-position实现 图片或视频自适应

          img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            object-position: top center;
          }
posted @ 2020-04-18 13:12  武卡卡  阅读(252)  评论(0编辑  收藏  举报