當貼圖的原素像很大時,不會自動縮小到 table 寬度內,圖以100%大小顯示在 viewthread/ table 裡面,只看的到部分,必須使用滑鼠滾輪(已安裝滑鼠推杆將貼圖放大縮小)將圖縮小才能看到全圖,該怎麼修改?
"bbcodeurl('\\1', '<a href=\"%s\" target=\"_blank\"><img src=\"%s\" border=\"0\" alt=\"可使用滑鼠滑輪放大縮小或點擊查看原圖\" onload=\"javascript:if (this.width>screen.width-333) this.width=screen.width-333;\" onmousewheel=\"return bbimg(this)\" onerror=\"src=\'images/common/nopic.gif\'\"></a>')",
"bbcodeurl('\\3', '<img width=\"\\1\" height=\"\\2\" src=\"%s\" border=\"0\" onload=\"if(this.width>screen.width-333) {this.width=screen.width-333;this.alt=\'Click Here to Open New Window\';}\" onmousewheel=\"return bbimg(this)\" onmouseover=\"if(this.alt) this.style.cursor=\'hand\';\" onclick=\"if(this.alt) window.open(\'%s\');\">')",
if ($str == "gif" || $str == "jpg")
$urllink = "<a href=\"".$url."\" target=\"_blank\"><img src=\"".$url."\" border=\"0\" alt=\"可使用滑鼠滑輪放大縮小或點擊查看原圖\" onload=\"javascript:if(this.width>screen.width-333) this.width=screen.width-333\" onmousewheel=\"return bbimg(this)\" onerror=\"src='images/common/nopic.gif'\";></a>";