css img 等比例自动缩放

5年以前  |  阅读数:712 次  |  编程语言:HTML/CSS 

按父容器宽度自动缩放,并且保持图片原本的长宽比

img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;  
}

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8