I have moved my website from the development server to the live server! The product images in category listing page are not showing!
I have tried many solutions which have been given in online
I gave folder permission 777
I used these commands
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
But could not get images on the category page. I also tried to execute:
php bin/magento catalog:images:resize
the images are fine in the backend, also I have noticed that images are loading in the frontend but not displaying only lazy load images are coming!
the data-source image is (data-src=”http://www.rialitradecentre.com.au/pub/media/catalog/product/cache/cf7b02caee139e721502aa370caab615/a/u/aus-crete_premium_industrial_1.png)
But source image is different (src=”data:image/gif;base64,R0lGODlhkAGQAffKAOrq6ujo6Ofn5///)

here is my website link webiste link
Can anyone please help me where are wrong! what I have left!