手機版帖子內容圖片太小,改成大圖
本帖最後由 IT_man 於 2018-3-14 00:29 編輯1. 修改/template/手機模板/touch/forum/discuzcode.htm
第114行:$mobilethumburl = $attach['attachimg'] && $_G['setting']['showimages'] && (!$attach['price'] || $attach['payed']) && ($_G['group']['allowgetimage'] || $_G['uid'] == $attach['uid']) ? getforumimg($attach['aid'], 0, 140, 140, 'fixnone') : '' ;
將 140, 140改成 640, 550 (寬 > 高才不會變形)
2.修改 CSS
修改/template/手機模板/img/forum/vk_mobile_touch_plus.css
找
.plc .message img,.plc .img_one img { margin:0px 4px 0px 0; max-width:140px; max-height:140px;}改成
.plc .message img,.plc .img_one img { max-width:98%; display:block;vertical-align: middle;margin-bottom:4px; }
然後更新模板緩存,就搞定
頁:
[1]