Forum Discussion
Video expands in preview but will not expand in published course
Hello - I've seen some older discussions around this issue (5-7 years ago)...and I may have missed it, but has there been a solution designed for this? Add Attachment
Hi Maria,
Happy to help!
I did a quick test on my end to test the full screen functionality in the Player and it appears to work as intended for me. I've attached a sample project file for your reference. Can I ask if you followed the steps in this article to enable the full screen toggle for your course?
If you did, would you be willing to share a copy of your project file here or in private by opening a support case so we can take a closer look at what's happening? We'll delete it when we're done testing!
- Jürgen_Schoene_Community Member
if your course is running on the LMS in an iframe (not in popup)
the iframe has to be correct configured
<iframe allowfullscreen src="https:// ... /story.html"></iframe>
important: the attribut "allowfullscreen" is needed
(the fullscreen mode for the complete course is exact 12 months old)