Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

jwplayer7 doesn't go fullscreen in iframe


When I embed player in iframe, the fullscreen button make the player 100% size of the iframe, it doesn't really go to fullscreen. When player is 1 to 1 size of the iframe, then it looks like it doesn't resize at all. Is this a bug?
I've tried different browsers, player version 7.0.1 (Flash mode, Flash version 18).

4 Community Answers

jakob

User  
0 rated :

Here is link to the actual video:
http://www.aktivmedkol.dk/kolvideo/2293/kolcode/2419532a5445b6351cbc7c618b0d90ff/

matl

User  
1 rated :

You must add this attribute in the iframe tag :

allowfullscreen="true"

* <iframe src="http://bi.mediaplatform.dk/embed.php?id=2293&amp;chapters=0&amp;emailing=0&amp;w=640&amp;h=360" width="640" height="360" scrolling="no" frameborder="0" allowfullscreen="true"></iframe>

* https://developer.mozilla.org/en/docs/Web/HTML/Element/iframe

jakob

User  
0 rated :

Yes, that helped, thank you.

Todd

JW Player Support Agent  
0 rated :

I thought it was just allowfullscreen…

See the bottom section of http://support.jwplayer.com/customer/portal/articles/1406723-mp4-video-embed

This question has received the maximum number of answers.