I have imported 222 products to Magento 2.2.6 using the product importer.
The images are stored correctly on the products.
I tried running catalog:images:resize to generate thumbnails but it stops at 100/222 and shows Product images resized successfully.
Anyone know why its only process 100 images?
Remove pub/media/catalog/product/cache . (Removing this folder frees up space.) and try again with same command.
https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.6CE.html
Hello,
Thanks for the suggestion but I have already tried this - did not work...