Embedding player disabled "Fullscreen" button

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?

Found some strange css styles applied: http://i.imgur.com/uzpMTRT.png

Why .player[data-fullscreen=disabled] is applied?

Resolved.
iframe setting: allowFullScreen=“true”

FML

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