diff --git a/js/expand-video.js b/js/expand-video.js index d2e35249..84a9108f 100644 --- a/js/expand-video.js +++ b/js/expand-video.js @@ -6,6 +6,9 @@ if (typeof _ == 'undefined') { } function setupVideo(thumb, url) { + if (thumb.videoAlreadySetUp) return; + thumb.videoAlreadySetUp = true; + var video = null; var videoContainer, videoHide; var expanded = false;