cancel
Showing results for 
Search instead for 
Did you mean: 

Product Images Not Displaying On Category Page (but display on item page) - Magento 2.1.5

Product Images Not Displaying On Category Page (but display on item page) - Magento 2.1.5

For some reason on Magento 2.1.5, our category pages display the product name and link to product, however the image is not showing. If you open the product the images are there.

 

Screen Shot 2017-04-10 at 2.37.53 PM.pngScreen Shot 2017-04-10 at 2.37.43 PM.pngScreen Shot 2017-04-10 at 2.37.35 PM.pngScreen Shot 2017-04-10 at 2.37.25 PM.pngScreen Shot 2017-04-10 at 2.37.17 PM.png

5 REPLIES 5

Re: Product Images Not Displaying On Category Page (but display on item page) - Magento 2.1.5

 

Screen Shot 2017-04-10 at 2.41.30 PM.pngScreen Shot 2017-04-10 at 2.40.48 PM.pngScreen Shot 2017-04-10 at 2.40.19 PM.png

 

Re: Product Images Not Displaying On Category Page (but display on item page) - Magento 2.1.5

@jrozany

 

I'd like to check the following things: 

 

  • Have you tried flushing your magento and browser cache?
  • Can you replicate the same behaviour on your mobile phone?
  • Did you check your page source to see whether the image source is present? 
Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post

Re: Product Images Not Displaying On Category Page (but display on item page) - Magento 2.1.5

I'm don't have time to check a code, but looks like from last magento updates images doesn't create when page is processing and you need cron is running to generate resized images

    
Also you can run command from command line:

$ bin/magento catalog:images:resize

  

Re: Product Images Not Displaying On Category Page (but display on item page) - Magento 2.1.5

Did you solve the issue?

Re: Product Images Not Displaying On Category Page (but display on item page) - Magento 2.1.5

Thanks working fine. Smiley Wink


@Alexey Stepanov wrote:

I'm don't have time to check a code, but looks like from last magento updates images doesn't create when page is processing and you need cron is running to generate resized images

    
Also you can run command from command line:

$ bin/magento catalog:images:resize