diff options
| -rw-r--r-- | links/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/links/index.html b/links/index.html index b098722..c1683dd 100644 --- a/links/index.html +++ b/links/index.html @@ -38,6 +38,7 @@ <source src="/links/assets/vid2.mp4" type="video/mp4"> <script> var video = document.currentScript.parentElement; + video.play(); video.volume = 0.5; </script> </video> |