打开inc/main.js 找到
0 W/ m! _2 f/ w0 ^ ) X# ]6 F) N! o) E+ R0 n x
//图片自动调整的模式,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';
% a+ D! ]) y$ C1 p: h
8 e( E3 G$ q% y) X修改这里的数字即可,建议宽度<800。 |