diff --git a/src/ScrollyVideo.js b/src/ScrollyVideo.js index 900a9f8..9cad63b 100644 --- a/src/ScrollyVideo.js +++ b/src/ScrollyVideo.js @@ -75,6 +75,7 @@ class ScrollyVideo { this.video.playsInline = true; this.video.muted = true; this.video.pause(); + this.video.load(); // Adds the video to the container this.container.appendChild(this.video);