fix screen share cropping on chrome
This commit is contained in:
parent
8ba5ef479c
commit
f45af628d6
@ -176,7 +176,7 @@ class ScreenshareComponent extends React.Component {
|
||||
<video
|
||||
id="screenshareVideo"
|
||||
key="screenshareVideo"
|
||||
style={{ maxHeight: '100%', width: '100%' }}
|
||||
style={{ maxHeight: '100%', width: '100%', height: '100%' }}
|
||||
playsInline
|
||||
onLoadedData={this.onVideoLoad}
|
||||
ref={(ref) => { this.videoTag = ref; }}
|
||||
|
Loading…
Reference in New Issue
Block a user