replaced the background video with the OG uncompressed versios for both mp4 and webm

This commit is contained in:
Ksenia Lesko 2025-06-06 07:54:38 -04:00
parent 02cabff392
commit 0c47ba351a
Signed by: xenushka
GPG Key ID: 812A8E51AD475267
3 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
<div class="video-background-container"> <div class="video-background-container">
<video autoplay muted loop playsinline class="video-background"> <video autoplay muted loop playsinline class="video-background">
<source src="assets/videos/waitlist.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' /> <source src="assets/videos/caution-waitlist.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
<source src="assets/videos/waitlist.webm" type='video/webm; codecs="vp8, vorbis"' /> <source src="assets/videos/caution-waitlist.webm" type='video/webm; codecs="vp8, vorbis"' />
</video> </video>
</div> </div>

View File

@ -5,8 +5,8 @@
<div class="video-background-container"> <div class="video-background-container">
<video autoplay muted loop playsinline class="video-background"> <video autoplay muted loop playsinline class="video-background">
<source src="assets/videos/waitlist.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' /> <source src="assets/videos/caution-waitlist.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
<source src="assets/videos/waitlist.webm" type='video/webm; codecs="vp8, vorbis"' /> <source src="assets/videos/caution-waitlist.webm" type='video/webm; codecs="vp8, vorbis"' />
</video> </video>
</div> </div>

Binary file not shown.