This commit is contained in:
Jörn-Michael Miehe 2020-09-05 19:13:11 +02:00
parent ca106ccc28
commit f6fdc1fc4f
7 changed files with 3 additions and 2 deletions

Binary file not shown.

BIN
public/video/part1_240.mp4 Normal file

Binary file not shown.

BIN
public/video/part1_360.mp4 Normal file

Binary file not shown.

BIN
public/video/part1_480.mp4 Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 496 KiB

After

Width:  |  Height:  |  Size: 237 KiB

BIN
src/assets/bg_dark.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 KiB

View file

@ -3,8 +3,9 @@
<h1>Alles Gute zu Deinem Geburtstag!</h1> <h1>Alles Gute zu Deinem Geburtstag!</h1>
<vue-plyr> <vue-plyr>
<video poster='../assets/poster.png' autoplay="true"> <video poster='../assets/poster.png' autoplay="true">
<source src='/video/part1.mp4' type='video/mp4' size='640'> <source src='/video/part1_240.mp4' type='video/mp4' size='240'>
<source src='/video/part1.webm' type='video/webm' size='854'> <source src='/video/part1_360.mp4' type='video/mp4' size='360'>
<source src='/video/part1_480.mp4' type='video/mp4' size='480'>
</video> </video>
</vue-plyr> </vue-plyr>
</div> </div>