20146 月9
CSS:限制图片最大宽度
img { max-width : 800px ; width : expression ( this .width > 800 ? 800 : true ) ; height : auto ; }
本文地址:https://wizzer.cn/archives/2986 , 转载请保留.
img { max-width : 800px ; width : expression ( this .width > 800 ? 800 : true ) ; height : auto ; }
本文地址:https://wizzer.cn/archives/2986 , 转载请保留.