Hidding video player stuff.

This commit is contained in:
Phapoom Saksri 2025-06-22 23:53:29 +07:00
parent 43dd81842e
commit 9d6532cc8b

View file

@ -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%;