Rigorous and Reliable (RAR)
my_bb调整图片附件显示的大小 - Printable Version

+- Rigorous and Reliable (RAR) (http://rar.shufangkeji.com:60380)
+-- Forum: 技术 (/forumdisplay.php?fid=242)
+--- Forum: Web (/forumdisplay.php?fid=247)
+---- Forum: 论坛 (/forumdisplay.php?fid=255)
+---- Thread: my_bb调整图片附件显示的大小 (/showthread.php?tid=3144)


my_bb调整图片附件显示的大小 - jfv - 01-12-2016 05:02 PM

可编辑模板:
postbit_attachments_images_image
下的
<img width="600px" src="attachment.php?aid={$attachment['aid']}" class="attachment" alt="" />&nbsp;&nbsp;&nbsp;
修改width的值即可,可百分比也可固定大小。
默认情况下无width字段,请自己添加。