Viewvideo fullscreen to the iframe
https://view-travel.com/watch?code=rnWVOSA69nIAEhKz
If you want the background videoview to be able to be viewed in full screen, add the following settings to the iframe:
allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"
<iframe id="IframeViewTravel" src="https://view-travel.com/watch?code=rnWVOSA69nIAEhKz" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" width="100%" height="360" frameborder="0"></iframe>