本帖最後由 IT_man 於 2018-3-14 00:29 編輯 : v1 d9 q7 P4 K; Y1 C
3 b3 g. r( I4 ~7 f3 P1 ?$ {
1. 修改/template/手機模板/touch/forum/discuzcode.htm 6 T( f5 e2 s& R$ \$ n7 d
第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') : '' ;* s& x7 \: Z: F3 \5 ]
複製代碼 5 g9 j4 t' Y r# L
: w6 H) U: I+ u/ e2 u6 h1 w
將 140, 140 改成 640, 550 (寬 > 高 才不會變形)! p$ j& d F! s6 z
n; l) K; g9 _. |# X
2 X$ r: S# `8 R7 y2.修改 CSS
: o- ?& L# ~' O9 V( f修改/template/手機模板/img/forum/vk_mobile_touch_plus.css& O7 Z7 w5 v6 [
找6 T8 X/ {5 j) z# Z
- .plc .message img,.plc .img_one img { margin:0px 4px 0px 0; max-width:140px; max-height:140px;}
複製代碼 改成
$ S4 b4 i- M5 H( m5 e- .plc .message img,.plc .img_one img { max-width:98%; display:block;vertical-align: middle;margin-bottom:4px; }
複製代碼 d/ A- y8 O' W
然後更新模板緩存,就搞定
2 `7 W. h, m' e2 j" C$ ?5 R |
|