pbootcms模板上传栏目缩略图 变成1000像素的宽度

01 // 上传配置
02 'upload' => array(
03 'format' => 'jpg,jpeg,png,gif,xls,xlsx,doc,docx,ppt,pptx,rar,zip,pdf,txt,mp4,avi,flv,rmvb,mp3,otf,ttf',
04 'max_width' => '1920',
05 'max_height' => ''
06 ),
07
08 // 缩略图配置
09 'ico' => array(
10 'max_width' => '1000',
11 'max_height' => '1000'
12 ),

加载中~