only resize the video element if not fullscreen
This commit is contained in:
parent
7f310ce307
commit
d2a731e255
2 changed files with 15 additions and 4 deletions
|
@ -64,6 +64,7 @@ module.exports = React.createClass({
|
|||
element.msRequestFullscreen
|
||||
);
|
||||
requestMethod.call(element);
|
||||
this.getRemoteVideoElement().style.maxHeight = "inherit";
|
||||
}
|
||||
else {
|
||||
var exitMethod = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue