cancel
Showing results for 
Search instead for 
Did you mean: 

Resize images not working

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Resize images not working

Good afternoon, guys. I hope you are well. this is what happens, I have the following problem in a Magento installation: When loading images of different resolutions, you are not performing the respective resize of them, which, as I understand it, should be done automatically. It should be noted that I have forced the resize, directly on the server, and in the same way, as follows:
Stores> Settings> Configuration> System> Enable Frontend Resize (yes). After that, directly in the CLI command execute the following commands:
php bin / magento catalog: image: resize
php bin / magento cache: flush
php bin / magento cache: clean
php bin / magento indexer: reindex
php bin / magento setup: static-content: deploy es_CL -f

Even so, the enhancement did not work. Do you have any ideas to solve this?, or something that I can do? It should be noted that, the store is in the default / developer mode, not in production mode.

I am attentive to your comments, greetings.

1 REPLY 1

Re: Resize images not working

Hello @luis_suarez2 

 

Yes, you followed correct steps. Try again with given shared link:

https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/theme-images.html

 

or try to remove all cache directories contents manually

rm -Rf var/cache/*
rm -Rf var/page_cache/*
Manish Mittal
https://www.manishmittal.com/