本帖最後由 IT_man 於 2018-3-14 00:29 編輯
7 A( K1 U9 e4 j! O3 v
0 T/ D* Y; u0 U& L1. 修改/template/手機模板/touch/forum/discuzcode.htm
{. A7 x6 v' i$ H$ s第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') : '' ;
' @# w- f$ y# Y$ _) T, w
複製代碼 * q& r' ]( H" M3 p/ y+ C
5 V+ D) F4 i3 P- Z; D! f將 140, 140 改成 640, 550 (寬 > 高 才不會變形): e" P3 K: N& X9 E+ [2 g
2 f+ N6 h2 i# r. C* K1 x4 N J1 J4 q, \* J8 ]
2.修改 CSS) m- e9 A+ o* g% j1 L* @( w1 g
修改/template/手機模板/img/forum/vk_mobile_touch_plus.css$ m8 \! b( i7 `5 f7 I: ]
找! C& H2 K: @. L L2 H$ b
- .plc .message img,.plc .img_one img { margin:0px 4px 0px 0; max-width:140px; max-height:140px;}
複製代碼 改成
$ V8 |5 T. }2 B% B. i" c) E+ Y- .plc .message img,.plc .img_one img { max-width:98%; display:block;vertical-align: middle;margin-bottom:4px; }
複製代碼 , V3 ?: R% E- ^ Q6 m
然後更新模板緩存,就搞定 ) e& c0 z; A+ S) M" ^3 Q0 b
|
|