cancel
Showing results for 
Search instead for 
Did you mean: 

Products images are not visible on frontend

Products images are not visible on frontend

Hi All,

 

I'm facing issue with product listing on my magento website. Product images are not appearing on frontend homepage. Attached is the screenshots for your reference. Pls help to get this shorted out.

 

Url : lukamart.tkError Lukamart.PNG

 

3 REPLIES 3

Re: Products images are not visible on frontend

Hello @Deep23121 

 

Check in console if there any 404 request then give permission 0777 to pub folder:

sudo chmod -R 0777 var/ pub/ generated/

 

If this not work then try below shared steps:

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
sudo chmod -R 0777 var/ pub/ generated/ 


or run below command:
php bin/magento catalog:images:resize
php bin/magento cache:flush
sudo chmod -R 0777 var/ pub/ generated/ 

 

Manish Mittal
https://www.manishmittal.com/

Re: Products images are not visible on frontend

Thanks for your reply.

This is not working

Re: Products images are not visible on frontend

Hi @Deep23121 ,

 

If you explore the code with the browser console, for those images, which information do you get from the request?

Are you getting a 404 for those images? Can you try the direct link to the images?