# wowza player not working full screen on Wix

**URL:** https://community.wowza.com/t/wowza-player-not-working-full-screen-on-wix/49508
**Category:** Wowza Player
**Tags:** media-players-and-devices
**Created:** [August 22, 2017, 11:05pm UTC](https://community.wowza.com/t/wowza-player-not-working-full-screen-on-wix/49508 "2017-08-22T23:05:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![frank\_montenat](https://avatars.discourse-cdn.com/v4/letter/f/c68b51/32.png) [@frank\_montenat](https://community.wowza.com/u/frank_montenat)
#### Post date: [August 22, 2017, 11:05pm UTC](https://community.wowza.com/t/wowza-player-not-working-full-screen-on-wix/49508/1 "2017-08-22T23:05:12Z")

</div>

Hello ,we use wowza player on a wix website but cannot have the full screen working. Could someone review the code and give me a suggestion? Thanks!

---

<div class="post-metadata">

### Author: ![Alex\_C](https://avatars.discourse-cdn.com/v4/letter/a/bbe5ce/32.png) [@Alex\_C](https://community.wowza.com/u/Alex_C)
#### Post date: [September 2, 2017, 7:45am UTC](https://community.wowza.com/t/wowza-player-not-working-full-screen-on-wix/49508/2 "2017-09-02T07:45:50Z")

</div>

Hello @frank montenat,

Thanks for using Wowza Forums.

The issue could be related to the code of the rest of the page.

Try a simple page, something like this:

```auto
<html>
  <head>
    <title>Wowza Player Live Stream</title>
	<script type="text/javascript" src="//player.wowza.com/player/latest/wowzaplayer.min.js"></script>

  </head>
  <body>
    <div id="playerElement" style="width:100%; height:0; padding:0 0 56.25% 0"></div>
	<script type="text/javascript">
WowzaPlayer.create('playerElement',
    {
    "license":"XXXXX",
    "title":"",
    "description":"",
    "sourceURL":"http://streaminglivehd.com:1935/8014/8014/playlist.m3u8",
    "autoPlay":false,
    "volume":"95 ",
    "mute":false,
    "loop":false,
    "audioOnly":false,
    "uiShowQuickRewind":true,
    "uiQuickRewindSeconds":"30"
    }
);
</script>
  </body>
</html>

```

See if full screen works then.

If it does, then its an issue with the wix platform handing the javascript of Wowza Player.

Regards,

Alex C.

---

<div class="post-metadata">

### Author: ![Aisius\_Touriste](https://avatars.discourse-cdn.com/v4/letter/a/6de8d8/32.png) [@Aisius\_Touriste](https://community.wowza.com/u/Aisius_Touriste)
#### Post date: [March 17, 2018, 5:37pm UTC](https://community.wowza.com/t/wowza-player-not-working-full-screen-on-wix/49508/3 "2018-03-17T17:37:26Z")

</div>

Hello Alex, can i give you on script ? i have the same problem, but i can’t finf the soluce

i am french

and me, i will said thank you for answer 😛

cordialy
