only resize the video element if not fullscreen
This commit is contained in:
@@ -64,6 +64,7 @@ module.exports = React.createClass({
|
||||
element.msRequestFullscreen
|
||||
);
|
||||
requestMethod.call(element);
|
||||
this.getRemoteVideoElement().style.maxHeight = "inherit";
|
||||
}
|
||||
else {
|
||||
var exitMethod = (
|
||||
|
||||
Reference in New Issue
Block a user