Add event livestream to homepage

This commit is contained in:
Miguel Nogueira 2021-12-17 21:26:50 +00:00
parent 10da9f6797
commit 5967a71146

View File

@ -59,6 +59,27 @@
</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>