Mute gallery to enable autoplay on mobile chrome.

Former-commit-id: 52e5bc0891f267d785d8b80d7b55e1723fb13955
This commit is contained in:
David Himmelstrup 2019-12-09 21:30:20 +08:00
commit 774b0982c5
2 changed files with 21 additions and 21 deletions

View file

@ -32,7 +32,7 @@ for e in $EXAMPLES; do
</code></pre>
</details>
<br/>
<video width="$WIDTH" height="$HEIGHT" autoplay loop>
<video width="$WIDTH" height="$HEIGHT" muted autoplay loop>
<source src="https://github.com/Lemmih/reanimate/raw/master/docs/rendered/$e.mp4">
</video>