part1 video
This commit is contained in:
parent
b70614835f
commit
ca106ccc28
6 changed files with 5 additions and 2 deletions
BIN
public/video/part1.mp4
Executable file
BIN
public/video/part1.mp4
Executable file
Binary file not shown.
BIN
public/video/part1.webm
Executable file
BIN
public/video/part1.webm
Executable file
Binary file not shown.
|
@ -18,7 +18,7 @@ export default {
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
background-image: url('/bg.jpg');
|
background-image: url('./assets/bg.jpg');
|
||||||
height: 100%;
|
height: 100%;
|
||||||
/* overflow:hidden; */
|
/* overflow:hidden; */
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 496 KiB After Width: | Height: | Size: 496 KiB |
BIN
src/assets/poster.png
Normal file
BIN
src/assets/poster.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 155 KiB |
|
@ -2,7 +2,10 @@
|
||||||
<div class="bday">
|
<div class="bday">
|
||||||
<h1>Alles Gute zu Deinem Geburtstag!</h1>
|
<h1>Alles Gute zu Deinem Geburtstag!</h1>
|
||||||
<vue-plyr>
|
<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>
|
</vue-plyr>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue