Hidding video player stuff.
This commit is contained in:
parent
43dd81842e
commit
9d6532cc8b
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
video::-webkit-media-controls {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.video-container {
|
.video-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue