We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db288f commit 55ef363Copy full SHA for 55ef363
1 file changed
index.md
@@ -9,7 +9,7 @@ body {
9
background-color: #f0f0f0;
10
}
11
</style>
12
- <div id="twitch-embed" style="top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: 0;" allowfullscreen scrolling="no" allow="encrypted-media *;"> </div>
+ <div style="top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: 0;" allowfullscreen scrolling="no" allow="encrypted-media *;" id="twitch-embed" > </div>
13
<script src="https://embed.twitch.tv/embed/v1.js"></script>
14
<script type="text/javascript">
15
new Twitch.Embed("twitch-embed", {
0 commit comments