解決方法非常簡單,找到/config/config.php
找到下面?zhèn)z處,最大寬和高改為auto就可以了,如下:
// 上傳配置
'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' => 'auto',
'max_height' => 'auto'
),
// 縮略圖配置
'ico' => array(
'max_width' => 'auto',
'max_height' => 'auto'
),
也就是紅色標(biāo)注部分,如下圖所示:
【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!