If you are using the Debut theme, it is a known issue. Contact Shopify support and they will help you out. I just did and they fixed it for me.
They showed me what they did. Hope it helps!
In theme.js
Add:
function getVideoOptions(evt) { var $target = evt.target.a ? evt.target.a : evt.target.f; return videos[$target.id]; }
Remove (or comment out using "//"):
function getVideoOptions(evt) { return videos[evt.target.a.id]; }
User | Count |
---|---|
565 | |
208 | |
129 | |
82 | |
45 |