PbootCMS上传缩略图限制尺寸修改方法(1)_1

  1. 打开文件 config/config.php,找到以下部分:
    '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' ),
  2. 调整 max_width 和 max_height 的数值,例如:
    'ico' => array(     'max_width' => '1920',     'max_height' => '1080' ),

     

本页面信息来源互联网,如您认为该页面内容侵犯您的权益,请拨打电话处理。 备案号:陕ICP备2022008266号-1陕公网安备61030302000361