]> _ Git - fluidbook-html5.git/commitdiff
wip #5721 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 9 Feb 2023 16:29:30 +0000 (17:29 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 9 Feb 2023 16:29:30 +0000 (17:29 +0100)
js/libs/fluidbook/fluidbook.video.js

index 5e8ac4be6bb907b951a8e6c84f94fc44ec8d6438..540897be14cd973dec430a52ae5bd103f127ad79 100644 (file)
@@ -81,7 +81,7 @@ FluidbookVideo.prototype = {
     initVideos: function () {
         var $this = this;
 
-        $(".videoContainer").each(function () {
+        $(".videoContainer:visible").each(function () {
             $this.initVideo(this);
         });
     },