Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
[Streams] [Hotfix] Fix autoplay
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesterpig committed Feb 6, 2016
1 parent d0af783 commit b734338
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/InsaLan/InsaLanBundle/Resources/views/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@

<div id="mask">
<div class="maskContent" id="stream0">
<iframe src="//player.twitch.tv/?channel=mastersjeuvideo" frameborder="0" scrolling="no" height="378" width="620"></iframe>
<iframe src="//player.twitch.tv/?channel=mastersjeuvideo&autoplay=false" frameborder="0" scrolling="no" height="378" width="620"></iframe>
<br /><a href="#" class="hideMask">Cacher</a>
</div>
<div class="maskContent" id="stream1">
<iframe src="//player.twitch.tv/?channel=docteuryogo" frameborder="0" scrolling="no" height="378" width="620"></iframe>
<iframe src="//player.twitch.tv/?channel=docteuryogo&autoplay=false" frameborder="0" scrolling="no" height="378" width="620"></iframe>
<br /><a href="#" class="hideMask">Cacher</a>
</div>
<div class="maskContent" id="stream2">
<iframe src="//player.twitch.tv/?channel=milleniumtvhs" frameborder="0" scrolling="no" height="378" width="620"></iframe>
<iframe src="//player.twitch.tv/?channel=milleniumtvhs&autoplay=false" frameborder="0" scrolling="no" height="378" width="620"></iframe>
<br /><a href="#" class="hideMask">Cacher</a>
</div>
<div class="maskContent" id="stream3">
<iframe src="//player.twitch.tv/?channel=gaminglive_dota2" frameborder="0" scrolling="no" height="378" width="620"></iframe>
<iframe src="//player.twitch.tv/?channel=gaminglive_dota2&autoplay=false" frameborder="0" scrolling="no" height="378" width="620"></iframe>
<br /><a href="#" class="hideMask">Cacher</a>
</div>
</div>
Expand Down

0 comments on commit b734338

Please sign in to comment.