We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2530d34 commit 82d72ddCopy full SHA for 82d72dd
docs/source/conf.py
@@ -169,8 +169,8 @@ def run(self):
169
print(f"{fname} does not exist.")
170
logo_animated.main(fname)
171
style = "width: 400px; max-width: 100%; margin: 0 auto; display:block;"
172
- opts = f'autoplay loop muted style="{style}"'
173
- html = f"""<video {opts}><source src="{fname}" type="video/mp4"></video><br>"""
+ opts = f'autoplay loop muted playsinline webkit-playsinline style="{style}"'
+ html = f'<video {opts}><source src="{fname}" type="video/mp4"></video><br>'
174
return [nodes.raw(text=html, format="html")]
175
176
0 commit comments