Forum Discussion
Full-screen option for embedded Vimeo videos not working
- 2 months ago
Hi Sara,
This is not an Articulate issue, but rather a SumTotal one. We are experienced the same behavior and it seems that is comes down to the SCORM files and how SumTotal behaves. Using xAPI files should solve the issue. When using SumTotal as your LMS I recommend to switching to xAPI, as SCORM has not the same functionality in SumTotal.
Best,
Dominik
if video is embeded in a webpage with iframes, all iframes in the in the hierarchy has to allow "special" features like "autoplay" or "fullscreen"
if one or more iframes in the hierarchy looks like
<iframe src=" ... "></iframe>
fullscreen is not possible
=> vimeo detact this missing feature and removes the not working fullscreen button - this is the correct response to the missing feature
the iframes in all hierarchies have to look like
<iframe src=" ... " allow="autoplay; fullscreen;" allowfullscreen=""></iframe>
=> if SumTotal uses an iframe to embed your course, check this iframe