From ac4661a58f0e9ea4bfd2051714ae69ec280e8264 Mon Sep 17 00:00:00 2001 From: Joshvdw Date: Fri, 13 Dec 2024 19:41:56 +1300 Subject: [PATCH] revert --- js/global/dynamicVideos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/global/dynamicVideos.js b/js/global/dynamicVideos.js index df5544a..243945b 100644 --- a/js/global/dynamicVideos.js +++ b/js/global/dynamicVideos.js @@ -14,7 +14,7 @@ function setVideoSource(video) { // Check if the current source is already set if (videoElem.getAttribute("src") !== videoSrc) { videoElem.src = videoSrc; - if (video == "metamorphoses") videoElem.play(); // catch to always play tesselation + // if (video == "metamorphoses") videoElem.play(); // catch to always play tesselation } // Preload only if the video is already in the viewport