|
打开inc/main.js 找到 # e, t* B* E: ~# w3 B# r" f) y
7 z; C7 R) a8 Z9 J
//图片自动调整的模式,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';
- D) ]; h3 F% F2 \. n
3 B: d5 K$ `, L3 f b( q: o修改这里的数字即可,建议宽度<800。 |