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?
User Forum, Bug Reports, Questions and Discussions on researchcatalogue.net
You are not logged in. Please login or register.
Research Catalogue Forum → Questions on Using the RC → 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?
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.
Research Catalogue Forum → Questions on Using the RC → Full screen embedded video?
Powered by PunBB, supported by Informer Technologies, Inc.