久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

返回列表 發(fā)帖
查看: 5234|回復(fù): 2

discuz手機(jī)版詳情頁(yè),圖片自動(dòng)固定大小,怎么修改?

9

主題

36

回帖

170

積分

漸入佳境

貢獻(xiàn)
0 點(diǎn)
金幣
115 個(gè)
樓主
發(fā)表于 2019-7-11 19:41:04 | 只看樓主 |只看大圖 |正序?yàn)g覽 |閱讀模式


discuz手機(jī)版詳情頁(yè),圖片自動(dòng)固定大小,怎么修改?默認(rèn)不能全屏,固定了尺寸,可是我在源碼里面,搜索不到這個(gè)數(shù)值。
回復(fù)

使用道具 舉報(bào)

2

主題

95

回帖

126

積分

漸入佳境

貢獻(xiàn)
0 點(diǎn)
金幣
19 個(gè)
板凳
發(fā)表于 2019-7-13 10:03:11 | 只看Ta
建筑資源吧 發(fā)表于 2019-7-11 20:48
觸屏版圖片尺寸設(shè)置,打開(kāi)\template\default\touch\forum\discuzcode.htm文件,找

改為

贊一個(gè)!
回復(fù)

使用道具 舉報(bào)

17

主題

84

回帖

164

積分

漸入佳境

貢獻(xiàn)
1 點(diǎn)
金幣
50 個(gè)
沙發(fā)
發(fā)表于 2019-7-11 20:48:04 | 只看Ta
觸屏版圖片尺寸設(shè)置,打開(kāi)\template\default\touch\forum\discuzcode.htm文件,找

  1. $fix = count($post[imagelist]) == 1 ? 140 : 83;
復(fù)制代碼
改為
  1. $fix = count($post[imagelist]) == 1 ? 650 : 800;
復(fù)制代碼
也就是把140的小圖改為寬650高800這樣,差不多是最大屏幕的手機(jī)的實(shí)際尺寸。這里建議電腦版的圖片上傳時(shí)就設(shè)置最大寬度不超過(guò)700,不然加載速度會(huì)很慢。然后再找
  1. $mobilethumburl = $attach['attachimg'] && $_G['setting']['showimages'] && (!$attach['price'] || $attach['payed']) && ($_G['group']['allowgetimage'] || $_G['uid'] == $attach['uid']) ? getforumimg($attach['aid'], 0, 140, 140, 'fixnone') : '' ;
復(fù)制代碼
改為
  1. $mobilethumburl = $attach['attachimg'] && $_G['setting']['showimages'] && (!$attach['price'] || $attach['payed']) && ($_G['group']['allowgetimage'] || $_G['uid'] == $attach['uid']) ? getforumimg($attach['aid'], 0, 650, 800, 'fixnone') : '' ;
復(fù)制代碼


CSS設(shè)置,打開(kāi)\static\image\mobile\style.css,找

  1. .plc .pi .message img,.plc .pi .img_one img { margin:0px 4px 0px 0; max-width:140px; max-height:140px; }
復(fù)制代碼

改為

  1. .plc .pi .message img,.plc .pi .img_one img {max-width:98%; display:block;vertical-align: middle;margin-bottom:4px;}
復(fù)制代碼

CSS也限制了高和寬,改為按屏幕尺寸的百分比來(lái)顯示。為了不撐破,別搞100%了,98%就足夠了。

回復(fù) 1

使用道具 舉報(bào)

本版積分規(guī)則

  • 關(guān)注公眾號(hào)
  • 有償服務(wù)微信
  • 有償服務(wù)QQ

手機(jī)版|小黑屋|Discuz! 官方交流社區(qū) ( 皖I(lǐng)CP備16010102號(hào) |皖公網(wǎng)安備34010302002376號(hào) )|網(wǎng)站地圖|star

GMT+8, 2025-9-20 00:31 , Processed in 0.097665 second(s), 34 queries .

Powered by Discuz! W1.0 Licensed

Copyright © 2001-2025 Discuz! Team.

關(guān)燈 在本版發(fā)帖
有償服務(wù)QQ
有償服務(wù)微信
返回頂部
快速回復(fù) 返回頂部 返回列表