mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-19 12:44:11 +08:00
chore(lib): add link for audio blocking
This commit is contained in:
@ -289,6 +289,8 @@ class RevealJS(Converter):
|
|||||||
# Videos are muted because, otherwise, the first slide never plays correctly.
|
# Videos are muted because, otherwise, the first slide never plays correctly.
|
||||||
# This is due to a restriction in playing audio without the user doing anything.
|
# This is due to a restriction in playing audio without the user doing anything.
|
||||||
# Later, this might be useful to only mute the first video, or to make it optional.
|
# Later, this might be useful to only mute the first video, or to make it optional.
|
||||||
|
# Read more about this:
|
||||||
|
# https://developer.mozilla.org/en-US/docs/Web/Media/Autoplay_guide#autoplay_and_autoplay_blocking
|
||||||
if slide_config.is_loop():
|
if slide_config.is_loop():
|
||||||
yield f'<section data-background-video="{file}" data-background-video-muted data-background-video-loop></section>'
|
yield f'<section data-background-video="{file}" data-background-video-muted data-background-video-loop></section>'
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user