Classic Theme
The Duzy Player supports multiple themes that can be controlled by simply modifying the player URL and adding a query parameter called theme
. Below is an example of the Classic
theme.
https://play.demo.duzytv.com/geLIAjgZn?theme=classic
<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=classic" >
</iframe>
Updated over 4 years ago