為(wèi)了方便客戶上(shàng)傳縮略圖并使用其作(zuò)為(wèi) banner 圖片,您需要修改 pbootcms 縮略圖的限制(zhì)尺寸。默認情況下,pbootcms 的縮略圖大(dà)小(xiǎo)限制(zhì)為(wèi) 1000×1000 像素。下面是修改方法:
1. 打開(kāi)文件 config/config.php,在大(dà)約 42 行(xíng)處找到以下代碼:
“`
// 上(shàng)傳配置
‘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. 修改 `ico` 數(shù)組中的 `max_width` 和(hé) `max_height` 值以适應您的需求。例如,将 `max_width` 調整為(wèi) `1920`:
“`
// 縮略圖配置
‘ico’ => array(
‘max_width’ => ‘1920’,
‘max_height’ => ‘1000’
),
“`
保存文件後,pbootcms 将允許更大(dà)的縮略圖上(shàng)傳,滿足您的需求。
希望以上(shàng)修改方法可(kě)以幫助您解決 pbootcms 縮略圖尺寸限制(zhì)的問題。如果您在使用過程中仍然遇到困難,歡迎随時(shí)向我提出問題,我将盡力為(wèi)您提供幫助。
*請(qǐng)認真填寫需求信息,我們會(huì)在24小(xiǎo)時(shí)內(nèi)與您取得(de)聯系。