Skip to content

Commit add8ab1

Browse files
committed
fix autoplay
1 parent 7d987d8 commit add8ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
.. raw:: html
1212

13-
<video controls autoplay loop><source src="_static/logo_docs.mp4" type="video/mp4"></video>
13+
<video autoplay loop muted><source src="_static/logo_docs.mp4" type="video/mp4"></video>
1414

1515
``adaptive`` is an open-source Python library designed to
1616
make adaptive parallel function evaluation simple. With ``adaptive`` you

0 commit comments

Comments
 (0)