pbootcms上传缩略图限制尺寸修改方法
来源:AB模板网
打开文件:config/config.php,大约在42行。如下
// 上传配置 'upload' => array( 'format' => 'jpg,jpeg,png,gif,xls,xlsx,doc,docx,ppt,pptx,rar,zip,pdf,txt,mp4,avi,flv,rmvb,mp3,otf,ttf', 'max_width' => '1920', 'max_height' => '' ), // 缩略图配置 'ico' => array( 'max_width' => '1000', 'max_height' => '1000' ), |
我们只需要调整下 max_widht 、 max_height 的数值即可。例如想用缩略图做banner的朋友,就可以将 ico 的 max_width 调整为 1920 : 到此,问题解决。
栏 目:PbootCMS
本文地址:https://zz.feitang.co/CMSjiaocheng/36775.html
您可能感兴趣的文章






