many fixes

This commit is contained in:
sakrecoer 2020-08-05 10:48:20 +02:00
parent dff8261923
commit 704c288a79
21 changed files with 94 additions and 33 deletions

View file

@ -16,3 +16,10 @@
transform: translate(-50%, -50%);
width: 100%;
}
#myVideo {
position: absolute;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}