在CSS样式表中加入以下代码:
1 2 3 4 | #primary .entry-content img { max-width: 545px; width: expression( this.width> 545 ? "545px" : (this.width+"px") ); } |
注:primary和entry-content 根据使用的替换
在CSS样式表中加入以下代码:
1 2 3 4 | #primary .entry-content img { max-width: 545px; width: expression( this.width> 545 ? "545px" : (this.width+"px") ); } |
注:primary和entry-content 根据使用的替换