分享

[功能修改] discuz!手机版图片缩略图模糊,怎么修改清晰?

[复制链接]

discuz!手机版图片缩略图模糊,怎么修改清晰?

发表于 2020-2-13 20:11:13 来自 功能修改 阅读模式 倒序浏览
1077 0 查看全部
discuz!手机版图片缩略图模糊,怎么修改清晰?

discuz手机版 图片缩略图大小设置/修改清晰度
\template\default\mobile\forum\discuzcode.htm和
\template\default\touch\forum\discuzcode.htm
找到discuzcode.htm文件,搜索“200”会有两处代码如下


function imagelist($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, 200, 200, 'fixnone') : '' ;
$aidencode = packaids($attach); $is_archive = $_G['forum_thread']['is_archived'] ?"&fid=".$_G['fid']."&archiveid=".$_G[forum_thread][archiveid] : ''; }
size参数改大了之后你再在手机上看效果,缩略图是不是变大了?


找到 static/image/mobile/style.css


修改这段样式中的红色字体


.plc .pi .message img,.plc .pi .img_one img { margin:0px 4px 0px 0; max-width:300px; max-height:300px; }


回复

使用道具 举报

游客~
懒得打字嘛,点击右侧快捷回复
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋| 鲸云论坛

© 2013-2016 Comsenz Inc. Powered by Discuz! X3.4