I've been calling a videojs player in a colorbox throughout the development of my site. I've always remembered being able to click the fullscreen button and having it work. Due to problems with the flash fallback, I was advised to update to another version (2.0 rc2). Now, it seems that the fullscreen button will not work in any player. Has anyone ran into this problem?

The problem can be seen by clicking on the "Reel" box at:
http://www.gavinsmithcsc.com

SR

Comments

SuperRookie’s picture

Status: Active » Closed (fixed)

I was calling VideoJS in an iframe in the colorbox. Removing the "&iframe=true" at the end of the url allowed the video to go fullscreen again.

Jorrit’s picture

Okay. I'm sorry I did not get to this issue earlier. Is there anything that I can change in the source code to prevent this problem for others?

SuperRookie’s picture

I'm not sure. I don't understand iframes well enough. I'm actually running into another problem now and I'm being told the solution is to make it back to an iframe, which is obviously a catch 22. Is there any way to get it to go true fullscreen when its being called in an iframe?

SR

Jorrit’s picture

Well, not really I think, because it will be fullscreen within that iframe. What is your new problem?