After you have published your Live Player to your web site, you will see two inward facing arrows in the top-right corner of your player.
When you click the full-screen button, your player should go full-screen but if it doesn’t you just need to edit your embed code and add the words “allowfullscreen”.
Allow Fullscreen
Every web site management tool is different and sometimes the software will remove certain bits of code in the player code that was originally sent to you. One of those bits of code is the option to allow for your player to go full-screen. Here’s how you fix it.
- Go into your web management software and edit the page that has your Live Player
- Look for the embed code / player so that you can edit the embed code
- Add the word “allowfullscreen” into the IFRAME
Before:
<iframe src="https://play.champds.com/cdsdemo/live/5"></iframe>
After:
<iframe allowfullscreen src="https://play.champds.com/cdsdemo/live/5">
</iframe>
Once you’ve added that “magic word” and published your web page, your viewers will be able to expand your Live Player to fill their screen.