css使图片等比缩放

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
 }

posted on 2022-07-21 00:19  铃之森  阅读(208)  评论(0编辑  收藏  举报

导航