|
打开inc/main.js 找到 9 ~1 L* Z" V8 X) E# y
" R1 l' Z$ B: S/ z2 Y- h9 n
//图片自动调整的模式,1为按比例调整 ,2 按大小调整。 var resizemode=2; function imgresize(o){ if (resizemode==2 || o.onmousewheel){ if(o.width > 500 ){ o.style.width='500px'; } if(o.height > 800){ o.style.height='800px'; : T" }7 l& \: o N. d
' ]9 S1 l3 J3 p S; ?+ h, v# T! \& c修改这里的数字即可,建议宽度<800。 |