|
打开inc/main.js 找到 8 c' [& O# ^0 ^0 _8 x
" L% M% l5 ?) X9 F: X, W1 L/ z
//图片自动调整的模式,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';
1 _8 x$ M. D6 h n! e" T
. x! t: L8 t2 l2 k' s p8 g. b0 }( g修改这里的数字即可,建议宽度<800。 |