Updated embedded to allow for showing only video

This commit is contained in:
Kasper Rynning-Tønnesen
2017-06-03 22:33:56 +02:00
parent 5500e89579
commit bbf3f884be
3 changed files with 13 additions and 2 deletions

View File

@@ -10,6 +10,11 @@
background-color: rgba(255, 255, 255, 0.04) !important;
}
.video_only {
width:100vw !important;
height: 100vh !important;
}
#player{
width:50vw;
height: calc(100vh - 32px);