现在的位置: 首页 > 综合 > 正文

css图片缩放兼容

2018年01月23日 ⁄ 综合 ⁄ 共 264字 ⁄ 字号 评论关闭

<style type="text/css">
.img_max {max-width:90px; max-height:120px; scale:expression((this.offsetWidth > this.offsetHeight)?(this.style.width = this.offsetWidth >= 90 ? "90px" : "auto"):(this.style.height = this.offsetHeight >= 120 ? "120px" : "auto")); display:inline !important;}
</style>

抱歉!评论已关闭.