gusman126 Posted April 26, 2020 Share Posted April 26, 2020 (edited) I am using a media server with another domain, these images are generated by another store. I need thumbnails to be disabled in the secondary store I have tried using overrride of ImageManager.php But I can not disable generating them when entering the store Edited April 26, 2020 by gusman126 (see edit history) Link to comment Share on other sites More sharing options...
gusman126 Posted April 26, 2020 Author Share Posted April 26, 2020 File generate images -> /src/Adapter/Image/ImageRetriever.php Comment this if (!file_exists($resizedImagePath)) { ImageManager::resize( $mainImagePath, $resizedImagePath, (int) $image_type['width'], (int) $image_type['height'] ); } 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