Encoded video for smaller size

This commit is contained in:
EpicKiwi 2023-08-16 13:42:49 +02:00
parent e0b737e9be
commit 0905cc3d7f
Signed by: epickiwi
GPG Key ID: C4B28FD2729941CE
3 changed files with 6 additions and 3 deletions

View File

@ -17,9 +17,12 @@
<body>
<div class="fullscreen-background">
<video src="/videos/background_sound.mp4" loop poster="images/world_network.jpg" autoplay id="background-video" loading="lazy"></video>
<img src="/images/world_network.muted.jpg" aria-hidden="true" id="background-poster"/>
<div class="fullscreen-background" aria-hidden="true">
<video muted loop poster="images/world_network.jpg" autoplay id="background-video">
<source src="videos/background.webm" type="video/webm" />
<source src="videos/background.mp4" type="video/mp4">
</video>
<img src="/images/world_network.muted.jpg" alt="Logo du laboratoire ouvert lyonnais, un rectangle entourant 3 lignes de points et trais des lettres L O L en morse." id="background-poster"/>
</div>
<header id="main-header">

BIN
videos/background.webm Normal file

Binary file not shown.