Images aren't displayed on the product page

Hi there!

For some reason, the product images are not displaying on the product pages. They appear correctly on the homepage and collection pages, but when I click into an individual product, the product information loads while the images do not.

Grateful for any help, thank you!

This is my URL shop:

pw:dasknka

Hey @k3k3k3 as you can see the screen shoot you block the HTML code that’s why you product images can’t be shows on your product page

what you can do just removed this block
and also if it is work don’t forget to like and mark as solution on it


Hey! Thanks for your response. Could you please confirm whether the screenshots I provided contain the code I should remove?

@k3k3k3
Yes-thanks for screenshot, I can see the issue

Right now, your product media section is commented out, which is why images are not showing.

What’s Wrong
This line is the problem:

<!-- {% render 'product-media-gallery', variant_images: variant_images %} -->

How to Fix It
Simply remove the comment tags so it becomes:

{% render 'product-media-gallery', variant_images: variant_images %}

Result
Your product images should start displaying immediately after this

Thanks

Thank you for your help. I believe the problem has been fixed now. Thank you so much.