Add ability to change media layout.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use 'media-layout.scss';
|
||||
|
||||
:host {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -12,4 +14,8 @@
|
||||
// To get the WebRTC player to line up correctly with some themes.
|
||||
margin: 0px;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
#webrtc #video {
|
||||
@include media-layout.media-layout();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user