本栏目:【网页优化】 | 内容为:模板部分: div class=content {dede:field.body /} /div CSS部分: 烈火提示,图片高和宽最大都是600px,你可以自己修改图片宽度和高度。 .content img{ max-width:600px; max-height:600px; width:600px; height:600px; zoom:expression(function(el){ el.style.zoom |
模板部分:
<div class="content">
{dede:field.body /}
</div>
CSS部分:
烈火提示,图片高和宽最大都是600px,你可以自己修改图片宽度和高度。
.content img{
max-width:600px;
max-height:600px;
width:600px;
height:600px;
zoom:expression(function(el){
el.style.zoom = "1";
var resizeImg = function() {
if (el.width > 600 || el.height>600) {
if (el.width > el.height) {
el.width = "600";
el.height = el.height / (el.width / 600);
} else {
el.height = "600";
el.width = el.width / (el.height / 600);
}
}
}
if (el.complete) {
resizeImg();
} else {
el.onload = function() {
resizeImg();
}
}
}(this));
}
[上一篇:山寨启示录:欧洲“寨主”如何成为亿万富翁
] |
[下一篇:百度关于网站收录,删除,seo等 ] |