css图片在div中等比缩放
- 作者: 芙玉宝给你玉一样的肌肤
- 来源: 51数据库
- 2022-08-15
<style type="text/css">
.suofang {MARGIN: auto;WIDTH: 200px;}
.suofang img{MAX-WIDTH: 100%!important;HEIGHT: auto!important;width:expression(this.width > 200 ? "200px" : this.width)!important;}
</style>
<body>
<div class="suofang">
<img src="http://www.51sjk.com/Upload/Articles/1/0/321/321887_20220815180700387.gif"/>
</div>
</body>
推荐阅读
