Skip to content
Snippets Groups Projects
Commit af1a828e authored by Jacques Supcik's avatar Jacques Supcik
Browse files

Disable cursor visibility and update video source path

parent 25084151
No related branches found
Tags v0.1.0
No related merge requests found
Pipeline #179462 passed
......@@ -8,7 +8,7 @@
body {
background: black;
margin: 0;
/* cursor: none; */
cursor: none;
}
.content {
......
......@@ -52,7 +52,7 @@
</div>
<div class="video-container">
<video id="video" autoplay muted loop>
<source src="movie/HEIA-FR-Panels-768x384-whith-videos.mp4" type="video/mp4">
<source src="/srv/media/HEIA-FR-Panels-768x384-whith-videos.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment