Skip to content

Commit

Permalink
autoplay works...
Browse files Browse the repository at this point in the history
  • Loading branch information
VashJuan committed Sep 23, 2024
1 parent 1f27364 commit 295fa77
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions themes/eoconline/layouts/404.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ <h3 class="mb-4 h2">Oooops. Page not found!</h3>
}}


<!--video src="videos/Rick-Astley.mp4" width="800" height="600" controls autoPlay muted>Your browser does not support the video tag.</video>
<video width="800" height="600" controls autoPlay muted>
<video width="800" height="600" controls autoplay muted>
<source src="videos/Rick-Astley.mp4" type="video/mp4" />
<source src="videos/Rick_Astley_Never_Gonna_Give_You_Up.avi" type="video/avi" />
<source src="/videos/Rick_Astley_Never_Gonna_Give_You_Up.ogv" type="video/ogg" />
Your browser does not support the video tag.
</video-->
</video>

<div class="content">
<h6>The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.</h6>
Expand All @@ -30,11 +28,3 @@ <h6>The page you are looking for might have been removed, had its name changed,
</div>
</section>
{{ end }}
<!--sc ript> id="myvideo"
https://stackoverflow.com/questions/34764876/html5-video-autoplay-not-automatically-starting-in-chrome
https://stackoverflow.com/questions/49822790/html5-video-autoplay-not-working
playsinline
loop
docum ent.getElementById("myvideo2").play();
</scri pt-->

0 comments on commit 295fa77

Please sign in to comment.