fawazahmed-yara

Results 1 comments of fawazahmed-yara

Keep a watch on fullscreen status, update `width` on change so that iframe readjusts the size. ``` onFullScreenChange = (fullscreenStatus) => { this.setState({ fullscreenStatus }) } ``` works great