Adjust live player height
This commit is contained in:
parent
781caa8f11
commit
5a4c59a614
@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row mt-2 mb-2">
|
<div class="row mt-2 mb-4">
|
||||||
|
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div id="twitch-embed"></div>
|
<div id="twitch-embed"></div>
|
||||||
@ -71,7 +71,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
new Twitch.Embed("twitch-embed", {
|
new Twitch.Embed("twitch-embed", {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
height: 480,
|
height: 580,
|
||||||
channel: "gamesclub_oficial",
|
channel: "gamesclub_oficial",
|
||||||
muted: true, // don't annoy chrome with autoplay w/audio
|
muted: true, // don't annoy chrome with autoplay w/audio
|
||||||
theme: 'light',
|
theme: 'light',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user