From 924d48bda173513873b05bc24b89fc544fcd4888 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Fri, 31 May 2024 10:51:26 +0200 Subject: [PATCH] test --- snippets/shx-video-base.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-video-base.liquid b/snippets/shx-video-base.liquid index dd02455..5d657cd 100644 --- a/snippets/shx-video-base.liquid +++ b/snippets/shx-video-base.liquid @@ -56,7 +56,7 @@ this.video = this.querySelector('video'); // get parrent with class "card-wrapper product-card-wrapper" - this.productCard = video.closest('.product-card-wrapper'); + this.productCard = this.video.closest('.product-card-wrapper'); console.log(this.productCard); //hover effect