feat: remove embedded twitch player
This commit is contained in:
parent
10748f0c7b
commit
77a781ed20
@ -43,28 +43,6 @@
|
|||||||
|
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
|
|
||||||
<div class="row mt-2 mb-4">
|
|
||||||
|
|
||||||
<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: '100%',
|
|
||||||
height: 580,
|
|
||||||
channel: "gamesclub_oficial",
|
|
||||||
muted: true, // don't annoy chrome with autoplay w/audio
|
|
||||||
theme: 'light',
|
|
||||||
layout: 'video'
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
@if ($demoActive)
|
@if ($demoActive)
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user