video tag

This commit is contained in:
Devaev Maxim
2021-05-03 19:55:10 +03:00
parent 407ef134f3
commit f2efeb7824
3 changed files with 6 additions and 2 deletions

View File

@@ -56,7 +56,8 @@ div.stream-box-mouse-enabled {
cursor: url("../../svg/stream-mouse-cursor.svg"), pointer;
}
img#stream-image {
img#stream-image,
video#stream-video {
width: 100%;
height: 100%;
object-fit: contain;