part1 video

This commit is contained in:
Jörn-Michael Miehe 2020-09-05 18:51:59 +02:00
parent b70614835f
commit ca106ccc28
6 changed files with 5 additions and 2 deletions

BIN
public/video/part1.mp4 Executable file

Binary file not shown.

BIN
public/video/part1.webm Executable file

Binary file not shown.

View file

@ -18,7 +18,7 @@ export default {
<style>
html {
background-image: url('/bg.jpg');
background-image: url('./assets/bg.jpg');
height: 100%;
/* overflow:hidden; */
}

View file

Before

Width:  |  Height:  |  Size: 496 KiB

After

Width:  |  Height:  |  Size: 496 KiB

BIN
src/assets/poster.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

View file

@ -2,7 +2,10 @@
<div class="bday">
<h1>Alles Gute zu Deinem Geburtstag!</h1>
<vue-plyr>
<div data-plyr-provider="youtube" data-plyr-embed-id="bTqVqk7FSmY"></div>
<video poster='../assets/poster.png' autoplay="true">
<source src='/video/part1.mp4' type='video/mp4' size='640'>
<source src='/video/part1.webm' type='video/webm' size='854'>
</video>
</vue-plyr>
</div>
</template>