pull/1/head
Jan Umbach 2024-05-30 11:34:25 +02:00
parent f0b29230b0
commit 2cac96899c
1 changed files with 2 additions and 2 deletions

View File

@ -1163,9 +1163,9 @@ class VariantSelects extends HTMLElement {
if (galleryImage.getAttribute('thumbnail-alt') === this.currentVariant.featured_image.alt) { if (galleryImage.getAttribute('thumbnail-alt') === this.currentVariant.featured_image.alt) {
// check if galleryImage has data-is-video-type attribute // check if galleryImage has data-is-video-type attribute
if (galleryImage.dataset.isVideoType !== 'true') { /*if (galleryImage.dataset.isVideoType !== 'true') {
continue; continue;
} }*/
console.log('galleryImage.dataset', galleryImage.dataset); console.log('galleryImage.dataset', galleryImage.dataset);