Make video tags 100% as well as img so that janus scales
parent
8170ce2b8d
commit
768941b020
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue