External Fullscreen Toggle

The Duzy player ships with the ability to go fullscreen mode for a richer experience. In certain situations, 3rd party media player also come with their own fullscreen mode (e.g. Youtube, Vimeo, etc). While we generally feel it is sometimes confusing for the user to have 2 full screen modes that behave differently, we want to make sure you have control over that setting. By using the externalfs=false query parameter, you can disable the 3rd party player's fullscreen mode.

https://play.demo.duzytv.com/geLIAjgZn?jwplayer=true&externalfs=false
<iframe width="100%" height="460" scrolling="no" frameborder="0" allowfullscreen="true" id="geLIAjgZn" name="DuzyPlayer" 
        onload="window.addEventListener('message', (e) => { if(e.data.type === 'DUZY_PLAYER_FULL_SCREEN' && e.data.value.code === 'geLIAjgZn') document.getElementById('geLIAjgZn').style.cssText = e.data.value.css })" 
        src="https://play.demo.duzytv.com/geLIAjgZn?theme=apollo&jwplayer=true&externalfs=false" > 
</iframe>