Add event livestream to homepage
This commit is contained in:
parent
10da9f6797
commit
5967a71146
@ -59,6 +59,27 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row mt-2 mb-2">
|
||||||
|
|
||||||
|
<div class="col">
|
||||||
|
<div id="twitch-embed"></div>
|
||||||
|
|
||||||
|
<script src="https://embed.twitch.tv/embed/v1.js"></script>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
new Twitch.Embed("twitch-embed", {
|
||||||
|
width: 854,
|
||||||
|
height: 480,
|
||||||
|
channel: "gamesclub_oficial",
|
||||||
|
muted: true, // don't annoy chrome with autoplay w/audio
|
||||||
|
theme: 'light',
|
||||||
|
layout: 'video'
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user