Topic: Full screen embedded video?

It seems like I can go full screen with uploaded videos but not with embedded video from Vimeo.  Am I missing something or is this not possible?

Re: Full screen embedded video?

Are you using the embed tool? Or embedding directly in an HTML tool / text-based exposition?
With the embed tool fullscreen should work out of the box, when embedding in an HTML tool, you have to be careful to include the fullscreen capability.

For example, something like this:

<iframe src="https://player.vimeo.com/video/388447123?h=662b3e1528" 
            width="640" 
            height="360" 
            frameborder="0" 
            allow="autoplay; fullscreen ; picture-in-picture" 
            allowfullscreen>
</iframe>

Note the iframe attributes allowfullscreen and allow="autoplay; fullscreen; picture-in-picture".
In case it still doesn't work, please send a link here or to support@researchcatalogue.net so we can have a look.