- 打开
/config/config.php
文件,在第40行找到:// 缩略图配置 'ico' => array( 'max_width' => '2000', 'max_height' => '1000' ),
- 调整
max_width
和max_height
的数值,例如:'ico' => array( 'max_width' => '1920', 'max_height' => '1080' ),


分享服务器维护、抵抗入侵、防篡改、防御攻击、排查后门木马、清理挖矿病毒、网络安全、信息安全、内网安全、数据灾备、网站搬迁、程序升级、威胁情报、网站安全运维的日常知识
/config/config.php
文件,在第40行找到:
// 缩略图配置
'ico' => array(
'max_width' => '2000',
'max_height' => '1000'
),
max_width
和 max_height
的数值,例如:
'ico' => array(
'max_width' => '1920',
'max_height' => '1080'
),