Hello,
I've noticed that Twitch is embedding in a shrunken way. We'd adjusted the code to prevent autoplay, like so:
$output = '<iframe src="https://player.twitch.tv/?' . $channelName . '&autoplay=false&muted=true' . ' width="853" height="480" frameborder="0" allowfullscreen></iframe>';
But for some reason it's embedding like this in posts:
https://i.gyazo.com/f068118626434ac937d35f3e2fb90216.png
That doesn't seem right (and on inspect it appears to be setting the window to have a width of 300px), so what needs to be adjusted to have it match the width of the post?