CSS--图片等比例缩放

<div style='width:自定义px;'>

    <img src="" style=" width:auto;height:auto;max-width:100%;max-height:100%;"/>

</div>

图片高度根据父级的宽高缩放;

猜你喜欢

转载自blog.csdn.net/qq_39241421/article/details/79995530