diff options
| -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> |