pbootcms上传缩略图截取尺寸缩小变模糊解决方案

在使用pbootcms模板上传图片的时候,缩略图被自动截取了,尺寸变小缩略图没匹配到后台。
解决方案
打开/config/config.php文件
找到

// 缩略图配置
    'ico' => array(
        'max_width' => '2000',
        'max_height' => '1000'
    ),
详解
max_width   //为最大宽度
max_height  //为最大高度
可以把尺寸放的更大一点,max_height为空则表示不显示尺寸。
© 版权声明
THE END
喜欢就支持一下吧
点赞209 分享
Your dream is like a flower. if you water it patiently, the flower will come out beautifully.
即使是最简单的梦想,用心浇灌,也能开出绚烂的花