<div class="scrub-wrapper">
<div class="sticky-video-container">
<video id="scroll-video" muted playsinline src="https://codeshack.io/web/example.mp4"></video>
<div class="overlay-text">
<h2>Scroll to control time</h2>
<p>The video plays forwards and backwards as you move down and up.</p>
</div>
</div>
<div class="scroll-height-spacer"></div>
</div>
Back to Snippets
Scroll-Driven Video Playback JS
Engage your visitors by scrubbing a video as they scroll. We tied playback strictly to the scrollbar, yet our code remains lightweight and exceptionally smooth.
129