Magento – Magento 2 Product Detail Page Image Not Loading

magento2

After upgrading Magento 2,
The products detail page product images are not loading, but the product archive page thumbnails are loading or showing.

I have tried ..

  • Flushing all caches
  • granting permissions
  • esizing images

But nothing seems to work or solve the issue. Screenshot here

Best Answer

I have checked your screenshot.

You have to do the following step ----

  1. At first, you have to check your browser console to see any require js issue.
  2. Give permission pub/media folder sudo chmod 777 -R pub/media/

Let me know if will face any issue.

Related Topic