|
打开inc/main.js 找到 0 b( @+ {1 v4 X1 Z( c9 [# ]3 w& ?
; F. }5 Z& M# B* m//图片自动调整的模式,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'; . l8 |" D9 A- k. N( M% f
& y2 _% N7 Z; _9 u修改这里的数字即可,建议宽度<800。 |