Kaltura - Cannot use fullscreen function for video embedded in D2L
This is an issue that occurs due to missing tags in the player iFrame code. The Kaltura and D2L teams are working alongside to add the missing tags to the iFrame, however, you can add them manually until a fix is deployed.
- After selecting and placing the video inside the “content” frame, click on the ‘HTML source editor’ button.
- Locate the iFrame and add the following fields at the end:
frameborder="0" scrolling="no" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" - Save any changes made.