mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
Mute gallery to enable autoplay on mobile chrome.
Former-commit-id: 52e5bc0891f267d785d8b80d7b55e1723fb13955
This commit is contained in:
parent
93f53e9eec
commit
774b0982c5
2 changed files with 21 additions and 21 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue