蓝雨 发表于 2011-2-14 13:44:05

动网论坛帖子附件图片显示太小修改方法

inc/main82.js
if (resizemode==2 || o.onmousewheel){
if(o.width > 500 ){
   o.style.width='500px';
}
if(o.height > 800){
   o.style.height='800px';
}
}

改成
if (resizemode==2 || o.onmousewheel){
if(o.width > 800 ){
   o.style.width='800px';
}

}

页: [1]
查看完整版本: 动网论坛帖子附件图片显示太小修改方法