diff options
| author | s1n <[email protected]> | 2019-11-12 13:58:58 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-12 13:58:58 -0800 |
| commit | d36b9112e80c0266aff8b6271221e74fdd6968e0 (patch) | |
| tree | 3d11296711e66b6ee94b28f5e13282e46624bc0a | |
| parent | change s1n to sin discord (diff) | |
| download | s1n.pw-admin-d36b9112e80c0266aff8b6271221e74fdd6968e0.tar.xz s1n.pw-admin-d36b9112e80c0266aff8b6271221e74fdd6968e0.zip | |
fix autoplay
| -rw-r--r-- | links/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/links/index.html b/links/index.html index c1683dd..3b49a0f 100644 --- a/links/index.html +++ b/links/index.html @@ -33,7 +33,7 @@ </div> </div> - <video id="vid" autoplay loop disablepictureinpicture playsinline> + <video id="vid" controls muted autoplay loop disablepictureinpicture playsinline> <!-- http://youtu.be/4i1yEBUY67E --> <source src="/links/assets/vid2.mp4" type="video/mp4"> <script> @@ -44,4 +44,4 @@ </video> </body> -</html>
\ No newline at end of file +</html> |