码迷,mamicode.com
首页 > 其他好文 > 详细

dedecms文章图片自动缩放

时间:2020-06-25 15:51:21      阅读:80      评论:0      收藏:0      [点我收藏+]

标签:bsp   nbsp   art   resion   img   border   express   expr   pad   

在文章模板(如: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>

dedecms文章图片自动缩放

标签:bsp   nbsp   art   resion   img   border   express   expr   pad   

原文地址:https://www.cnblogs.com/surplus/p/13191763.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!