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.