Skip to content

share video accross multiple slides or fragements w/o restarting the video #2882

@think-nice-things

Description

@think-nice-things

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions