-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Closed
Description
Hi,
I just found that sharing a background video accross multiple slides or fragments restarts the video.
Is there a way to not restart the video but just keep it running?
Examples
share video accross multiple slides
If switching from the first to the second slide, the video restarts from the beginning.
I'd rather like to keep it running and not restarting it.
<section>
<section data-background-video = "myvideo.mp4" data-background-video-loop>
content
</section>
<section data-background-video = "myvideo.mp4" data-background-video-loop>
content
</section>
</section>
share video with fragments
If switching to the second fragment the video restarts from the beginning.
I'd rather like to keep it running and not restarting it.
<section data-background-video="myvideo.mp4" data-background-video-loop>
<div>
<h2>Some caption</h2>
</div>
<div class = 'fragment'>
Text which appears as fragment later.
</div>
</section>
any ideas?
Metadata
Metadata
Assignees
Labels
No labels