打开所用主题的style.css文件,
G.N.R.S.U 提供的完美解决方案如下:
p img {
max-width:600px;
width: expression(this.width > 600 ? “600px” : true);
height:auto;
}
打开所用主题的style.css文件,
G.N.R.S.U 提供的完美解决方案如下:
p img {
max-width:600px;
width: expression(this.width > 600 ? “600px” : true);
height:auto;
}