Bootstrap and Twitch-Livestream

Hello Guys,

Currently I’m working on a website for our gaming community for that I want to embed the Twitch Livestream.

My current Problem is that it seems that I can’t use Bootstrap 4 to design the player in terms of height and width.
Is there a way to use bootstrap to design the player? I would be really happy if someone could awnser my question.

.
Thank you in advance!
Helagon

Not sure what you are after here.

Sounds more Bootstrap Support that TwitchAPi

You after:

and

So something like:

<script src="https://embed.twitch.tv/embed/v1.js"></script>
<div class="embed-responsive embed-responsive-16by9" id="alivestream"></div>
<script type="text/javascript">
  new Twitch.Embed("alivestream", {
    width: '100%',
    height: '100%',
    channel: "monstercat"
  });
</script>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.