part2 video, card image
This commit is contained in:
parent
f6fdc1fc4f
commit
6a9725c0d7
12 changed files with 4 additions and 4 deletions
BIN
public/api/card.jpg
Normal file
BIN
public/api/card.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 412 KiB |
BIN
public/api/comic.ttf
Normal file
BIN
public/api/comic.ttf
Normal file
Binary file not shown.
BIN
public/api/lena.ttf
Normal file
BIN
public/api/lena.ttf
Normal file
Binary file not shown.
BIN
public/api/part2.mp4
Normal file
BIN
public/api/part2.mp4
Normal file
Binary file not shown.
BIN
public/api/part2_240.mp4
Normal file
BIN
public/api/part2_240.mp4
Normal file
Binary file not shown.
BIN
public/api/part2_360.mp4
Normal file
BIN
public/api/part2_360.mp4
Normal file
Binary file not shown.
BIN
public/api/part2_480.mp4
Normal file
BIN
public/api/part2_480.mp4
Normal file
Binary file not shown.
|
@ -3,9 +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_240.mp4' type='video/mp4' size='240'>
|
<source src='/api/part1_240.mp4' type='video/mp4' size='240'>
|
||||||
<source src='/video/part1_360.mp4' type='video/mp4' size='360'>
|
<source src='/api/part1_360.mp4' type='video/mp4' size='360'>
|
||||||
<source src='/video/part1_480.mp4' type='video/mp4' size='480'>
|
<source src='/api/part1_480.mp4' type='video/mp4' size='480'>
|
||||||
</video>
|
</video>
|
||||||
</vue-plyr>
|
</vue-plyr>
|
||||||
</div>
|
</div>
|
||||||
|
@ -25,4 +25,4 @@ div.bday {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: 850px;
|
max-width: 850px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue