How to Enable Full-Screen Video

I’ve noticed that while Vimeo settings allow for full-screen videos, the option doesn’t seem to be available on the learning platform. Is there a way to allow an adjust of the video size to full screen? Has anyone else experienced this issue, and if so, how did you resolve it? Any tips or settings I might be missing? Thanks!

We had that problem too – it’s because EthosCE doesn’t allow for javascript, and Vimeo now uses javascript to run the wide-screen prompt. When you embed the code, it strips .js code out when it publishes. You can fix it by adding the highlighted code below after the picture-in-picture code and before the style= code.

mozallowfullscreen webkitallowfullscreen allowfullscreen

2 Likes

That worked! Thank you

Just wanted to say we had the same issue with the ability to full screen on our videos from Brightcove, and this line of code fixed it. Thank you!