Encoded video for smaller size
This commit is contained in:
parent
e0b737e9be
commit
0905cc3d7f
@ -17,9 +17,12 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="fullscreen-background">
|
<div class="fullscreen-background" aria-hidden="true">
|
||||||
<video src="/videos/background_sound.mp4" loop poster="images/world_network.jpg" autoplay id="background-video" loading="lazy"></video>
|
<video muted loop poster="images/world_network.jpg" autoplay id="background-video">
|
||||||
<img src="/images/world_network.muted.jpg" aria-hidden="true" id="background-poster"/>
|
<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>
|
</div>
|
||||||
|
|
||||||
<header id="main-header">
|
<header id="main-header">
|
||||||
|
Binary file not shown.
BIN
videos/background.webm
Normal file
BIN
videos/background.webm
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user