Disable Auto Open

Upon initially loading, the Duzy player will slide out the Transactional Layer on the right side of the screen. In certain situations, this behavior may not be appropriate for your audience. Automatic opening of the Transaction Layer can be disabled by using the open=false query parameter. The CTA icon on the bottom left will still be visible and functional.

https://play.demo.duzytv.com/geLIAjgZn?open=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&open=false" > 
</iframe>