diff --git a/assets/global.js b/assets/global.js index 39f2fdb..d513cc6 100644 --- a/assets/global.js +++ b/assets/global.js @@ -1163,9 +1163,9 @@ class VariantSelects extends HTMLElement { if (galleryImage.getAttribute('thumbnail-alt') === this.currentVariant.featured_image.alt) { // check if galleryImage has data-is-video-type attribute - if (galleryImage.dataset.isVideoType !== 'true') { + /*if (galleryImage.dataset.isVideoType !== 'true') { continue; - } + }*/ console.log('galleryImage.dataset', galleryImage.dataset);