kphp Posted October 6, 2019 Report Share Posted October 6, 2019 1 заходим в system\modules открыть там файл attach.php ищем //Создание оригинала $tmb = new thumbnail($album_dir.$image_rename.$res_type); $tmb->size_auto('770'); $tmb->jpeg_quality('95'); $tmb->save($album_dir.$image_rename.$res_type); заменить на //Создание оригинала // orig save fix for gif and other if ($res_type != ".gif") { $tmb = new thumbnail($album_dir.$image_rename.$res_type); $tmb->size_auto('770'); $tmb->jpeg_quality('95'); $tmb->save($album_dir.$image_rename.$res_type); }; автор неизвестен Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.