fix screen share cropping on chrome

This commit is contained in:
KDSBrowne 2020-07-18 15:54:20 +00:00
parent 8ba5ef479c
commit f45af628d6

View File

@ -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; }}