Twitch
.grid-container {
display: inline-grid;
grid-template-columns: auto auto auto;
}
var options = {
width: 854,
height: 480,
channel: "GoonRaccoons",
video: "<video ID>",
collection: "<collection ID>",
};
var player = new Twitch.Player("<player div ID>", options);
player.setMuted(true);