scale local video feed to fit on the page properly
parent
4e5b971d3a
commit
f538a0d5de
|
@ -31,9 +31,15 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_VideoView_localVideoFeed {
|
.mx_VideoView_localVideoFeed {
|
||||||
width: 20%;
|
width: 25%;
|
||||||
|
height: 25%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 16px;
|
left: 10px;
|
||||||
bottom: 28px;
|
bottom: 10px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_VideoView_localVideoFeed video {
|
||||||
|
width: auto;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
Loading…
Reference in New Issue