Initial commit

This commit is contained in:
Oliver Traber 2021-06-02 23:25:21 +02:00
commit de4c9fa992
Signed by: Bluemedia
GPG key ID: C7BA47275B086E2C
9 changed files with 1500 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View file

@ -0,0 +1,24 @@
body{
margin: 0;
font-family: sans-serif;
}
.container{
max-width: 1400px;
margin: 0 10px;
}
@media (min-width: 1024px) {
.container{
width: 70%;
margin: 0 auto;
}
}
#player > [data-player] {
padding-bottom: 56.25%;
height: auto !important;
}
#player > .fullscreen[data-player] {
padding-bottom: 0;
height: 100% !important;
}

BIN
frontend/assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

1144
frontend/assets/js/player.js Normal file

File diff suppressed because one or more lines are too long