修改inc/main82.js中的
将
if (resizemode==2 || o.onmousewheel){ if(o.width > 500 ){ o.style.width='500px'; } if(o.height > 500){ o.style.height='500px'; } }改为
if (resizemode==2 || o.onmousewheel){ if(o.width > 800 ){ o.style.width='800px'; } }