Hello there.
I've just installed magento 2.1.6 with sample data.
I'm wondering why only some images shows up in category view, sometimes none.
If i'm filtering by color or size all images shows up fine in category view.
in single products page images appears just fine too.
here is the link to the page
http://www.krone1.dk/magento3/women/tops-women/jackets-women.html
any idea ?
Looking forward to hear from you
Hi @herdygerdy,
This might help you out.
http://devdocs.magento.com/guides/v2.1/release-notes/tech_bull_216-imageresize.html
It been a known issue with 2.1.6 next time.
Run all the commands
1. Upgrade command
2. Static content deploy
3. reindex
4. flush cache and delete /var/generation folder
After that run below command
5. bin/magento catalog:images:resize
You have to run below command in your root of project,
php bin/magento catalog:images:resize
Run Indexing command,
php bin/magento indexer:reindex
Clear Cache.
If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue