- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/*
https://www.manishmittal.com/