dedecms文章图片自动缩放
在文章模板(如:article_article.htm)中加入以下css代码
<style type="text/css">
img,a img{
border:0;
margin:0;
padding:0;
max-width:600px;
width: expression(this.width > 600 && this.width > this.height ? 600px : ‘auto‘;);
max-height:1650px;
height: expresion(this.height > 1650 ? 1650px : ‘auto‘;);
}
</style>
相关推荐
qiupu 2020-11-04
多读书读好书 2020-11-03
RedCode 2020-10-28
jiedinghui 2020-10-25
Ladyseven 2020-10-22
hellowzm 2020-10-12
zuncle 2020-09-28
Ladyseven 2020-09-11
jiedinghui 2020-09-07
xiaohuli 2020-09-02
葉無聞 2020-09-01
impress 2020-08-26
ThikHome 2020-08-24
nicepainkiller 2020-08-20
hellowzm 2020-08-18