PbootCMS上传缩略图限制尺寸修改方法

  • 缩略图尺寸限制需修改config/config.php文件中的ico配置项:
'ico' => array(
    'max_width' => '1920',
    'max_height' => '1080'
),

 

posted @ 2024-10-31 09:13  黄文Rex  阅读(14)  评论(0)    收藏  举报