Add video on product page - Venture Theme

Hello,

I followed the tutorial https://shopify.dev/tutorials/add-theme-support-for-rich-media-3d-and-video

But the result is that now the images are not visible any more, and the video neither.

I included this piece of code in theme.js but still not working.

{% if product.media.size > 1 %}

{% for media in product.media %} {{ media.alt }} {% endfor %}
{% endif %}

Any idea on what’s happening?

thanks a lot!

Hi @MVUILL ,

The code you sent is not in theme.js file, if you add it in theme.js file, it will throw error. You can just add it to the liquid file. And this is an advanced tutorial, so it will be difficult for someone to give you detailed instructions. You should hiring a Shopify Expert for this, Shopify recommended the same.

1 Like