replaced the background video with the OG uncompressed versios for both mp4 and webm
This commit is contained in:
parent
02cabff392
commit
0c47ba351a
|
@ -5,8 +5,8 @@
|
|||
|
||||
<div class="video-background-container">
|
||||
<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/waitlist.webm" type='video/webm; codecs="vp8, vorbis"' />
|
||||
<source src="assets/videos/caution-waitlist.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
|
||||
<source src="assets/videos/caution-waitlist.webm" type='video/webm; codecs="vp8, vorbis"' />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
<div class="video-background-container">
|
||||
<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/waitlist.webm" type='video/webm; codecs="vp8, vorbis"' />
|
||||
<source src="assets/videos/caution-waitlist.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
|
||||
<source src="assets/videos/caution-waitlist.webm" type='video/webm; codecs="vp8, vorbis"' />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue