Make video tags 100% as well as img so that janus scales

pull/3468/head
Isaac Connor 2022-04-20 18:48:19 -04:00
parent 8170ce2b8d
commit 768941b020
1 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,8 @@ span.alert {
min-width: 40px;
text-align: right;
}
.monitorStream img {
.monitorStream img,
.monitorStream video {
margin: 0 auto;
width: 100%;
height: 100%;