only resize the video element if not fullscreen

This commit is contained in:
Matthew Hodgson 2016-02-19 01:18:53 +00:00
parent 7f310ce307
commit d2a731e255
2 changed files with 15 additions and 4 deletions

View file

@ -64,6 +64,7 @@ module.exports = React.createClass({
element.msRequestFullscreen
);
requestMethod.call(element);
this.getRemoteVideoElement().style.maxHeight = "inherit";
}
else {
var exitMethod = (