make video control bar fit parent div (#683)

This commit is contained in:
jackyzy823 2022-08-15 00:07:40 +01:00 committed by GitHub
parent 5f31e86e0e
commit 077ebc95fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
video { video {
max-height: 100%; max-height: 100%;
max-width: 100%; width: 100%;
} }
.gallery-video { .gallery-video {