在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 根據使用的替換