IT618

 找回密码
 立即注册
查看: 2028|回复: 0

discuz 手机版发帖缩略图 大小调整

[复制链接]
<

267

主题

49

回帖

3087万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
30870419
发表于 2019-12-13 16:22:21 | 显示全部楼层 |阅读模式
手机版确实很方便,但是最近版本手机版在打开帖子图片自动显示为200px的缓存图片,分析了一下代码,终于找到了图片缩略图机制,找到以下文件:

手机模版里面找(你是否安装了其他手机模版):

\template\default\touch\forum\discuzcode.htm  大约在110行。

function attachinpost($attach) {
global $_G;
$attach['refcheck'] = (!$attach['remote'] && $_G['setting']['attachrefcheck']) || ($attach['remote'] && ($_G['setting']['ftp']['hideurl'] || ($attach['isimage'] && $_G['setting']['attachimgpost'] && strtolower(substr($_G['setting']['ftp']['attachurl'], 0, 3)) == 'ftp')));
$mobilethumburl = $attach['attachimg'] && $_G['setting']['showimages'] && (!$attach['price'] || $attach['payed']) && ($_G['group']['allowgetimage'] || $_G['uid'] == $attach['uid']) ? getforumimg($attach['aid'], 0,640, 640, 'fixnone') : '' ;
$aidencode = packaids($attach);
$is_archive = $_G['forum_thread']['is_archived'] ? '&fid='.$_G['fid'].'&archiveid='.$_G[forum_thread][archiveid] : '';
}



红色字为修改缩略图大小。

.plc .pi .message img,.plc .pi .img_one img { margin:0px 4px 0px 0;max-width:140px; max-height:140px;}  清晰度。

按自己所需情况改 例:.plc .pi .message img,.plc .pi .img_one img { margin:0px 4px 0px 0;width:100%; max-height:auto;}


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|插件教程|常见问题|扫码访问手机版|IT618

GMT+8, 2024-5-8 19:58

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表