Lesson Video Embed Removing allowfullscreen attribute
-
After updating to TutorLMS 1.9.14 the “requestfullscreen” attribute is being removed from my embedded video iFrames. Issue occurs in the latest versions of Chrome and Firefox.
iFrame saved in the lesson:
<iframe class='sproutvideo-player' src='https://videos.sproutvideo.com/embed/exampleVideoCode' width='640' height='360' frameborder='0' allowfullscreen></iframe>
iFrame returned in the HTML when the page is loaded:
<iframe class='sproutvideo-player' src='https://videos.sproutvideo.com/embed/exampleVideoCode' width='640' height='360' frameborder='0'></iframe>
Any thoughts on how this can be fixed?
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Lesson Video Embed Removing allowfullscreen attribute’ is closed to new replies.