odeg Posted April 22, 2022 Share Posted April 22, 2022 Cześć, Postawiony Prestashop 1.7.8.5, Za duża kompresja zdjęć. Mamy asortyment gdzie na zdjęciach klient musi widzieć szczegóły. Nie zależy nam na optymalizacji obrazów. Chcemy duże o wysokiej rozdzielczości. Trochę pomogło resize function w \classes\ImageManager.php file if (preg_match('/\/img\/(p|c|m|s|st)\/(\d+\/)*\d+\.(jpg|jpeg|png|gif)$/Us', $destinationFile)) { return @copy($sourceFile, $destinationFile); } Ale potrzebujemy więcej. Czy jest jakiś sposób lub moduł, żeby ładować zdjęcia o większej rozdzielczości? W BO też ustawialiśmy wysoko: large_default, użyj PNG, Generowanie obrazów o wysokiej rozdzielczości. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now