Skip to content
Snippets Groups Projects
Commit d16320cd authored by Peter Nerlich's avatar Peter Nerlich
Browse files

scene: add play button

parent dea78b72
No related branches found
No related tags found
No related merge requests found
Pipeline #22299 passed
public/img/scene-play.png

651 KiB

...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<section id="scene"> <section id="scene">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<video src="img/scene.webm" type="video/webm" class="img-fluid force-autoplay" playsinline autoplay loop onclick="this.play()"></video> <video src="img/scene.webm" type="video/webm" class="img-fluid force-autoplay" poster="img/scene-play.png" playsinline autoplay loop onclick="this.play()"></video>
</div> </div>
</div> </div>
</section> </section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment