Twitch embed won't play at certain sizes

Hi!
We’re trying to embed a small twitch stream into an ad unit. We need the stream to be autoplayed, muted and 250px tall. It works fine on IE and FF but for some reason whenever we open the twitch embed on Chrome or Safari it won’t play. This is the code we’re using:

<html>
<body>
<iframe src="http://www.twitch.tv/yaraskygaming/embed" height="250" width="410" frameborder="0"></iframe>
</body>
</html>

When we resize it to 300px tall the stream works perfectly in all browsers. For instance this works fine:

<html>
<body>
<iframe src="https://player.twitch.tv/?channel=yaraskygaming&muted=true" frameborder="0" scrolling="no" height="300" width="492"></iframe>
</body>
</html>

Anyone have any advice?

Chrome won’t autoplay flash content that is too small, as it views it as “secondary content”. https://productforums.google.com/forum/#!topic/chrome/dvdRJERcRyo

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