Hi guys.
I’m trying to embed player using a regular iframe. Player itself is rendered normally, but controls do not have “Go Fullscreen” button.
Although if i just open player link in a browser directly (w/o iframe embedding) - fullscreen-button is on it’s place
I tried following Embeds
<iframe src="http://player.twitch.tv/?channel=CHANNEL_NAME"></iframe>
or
<iframe src="http://twitch.tv/CHANNEL_NAME/embed"></iframe>
Any idea why this happens?