We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc37ad commit 13966a2Copy full SHA for 13966a2
1 file changed
index.md
@@ -11,7 +11,6 @@
11
display: flex;
12
align-items: center;
13
justify-content: center;
14
- height: 100%;
15
}
16
</style>
17
</head>
@@ -20,8 +19,8 @@
20
19
<script src="https://embed.twitch.tv/embed/v1.js"></script>
21
<script type="text/javascript">
22
new Twitch.Embed("twitch-embed", {
23
- width: 1260,
24
- height: 660,
+ width: 1280,
+ height: 720,
25
channel: "vargskelethor",
26
parent: ["hahaha.bald.stream"]
27
});
0 commit comments