Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshvdw committed Dec 13, 2024
1 parent 54c4d63 commit ac4661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/global/dynamicVideos.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac4661a

Please sign in to comment.