图片:
这样修改后我们就可以在前后台自己定义需要截图的大小 由于以前修改教程疏忽了 竟然没注意这个给屏蔽了 呵呵
\member\template\post.htm
和 admin\template\post\post.htm 中查找类似代码
<span style="display:none;"> 宽: <input type="text" name="picWidth" id="picWidth" size="3" value="200"> 高: <input type="text" name="picHeight" id="picHeight" size="3" value="150"> </span>
替换 或者直接去掉红色部分代码 <span> 宽: <input type="text" name="picWidth" id="picWidth" size="3" value="200"> 高: <input type="text" name="picHeight" id="picHeight" size="3" value="150">
查考我以前发的2个前后台修改的帖子把剪裁区域扩大变成你要想要的大小 |