From e7d1868cfe9ade5fdb5348c40559bc8d8abf3aa7 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Thu, 30 May 2024 13:02:35 +0200 Subject: [PATCH] test --- snippets/shx-product-desc.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/shx-product-desc.liquid b/snippets/shx-product-desc.liquid index 72da6df..bfa69ba 100644 --- a/snippets/shx-product-desc.liquid +++ b/snippets/shx-product-desc.liquid @@ -54,8 +54,8 @@ this.appendChild(videoWrapperClone); // get video element - let videoElement = videoElement.querySelector('video'); - videoWrapper.classList.add('shx-video-for-desc'); + let videoElement = videoWrapperClone.querySelector('video'); + videoWrapperClone.classList.add('shx-video-for-desc'); // pause all video Object.keys(this.video_wrapper_Clones).forEach((key) => {