Forum Discussion
cedricfelicite
3 months agoCommunity Member
Full screen button not working in SL capsules embedded in a website
Hello Community! We've recently embedded many SL capsules in a website (not a LMS) (so we've exported the capsule in the web format). Everything was working fine, all the navigation button, th...
Jürgen_Schoene_
3 months agoCommunity Member
if the course is embeded with an iframe, the outer website (LMS) has to allow fullscreen mode (and other special features like autoplay, clipboard, ...)
either with
<iframe src="..." allowfullscreen></iframe>
or with the more modern version
<iframe src="..." allow="fullscreen"></iframe>
Note: unfortunately fullscreen does not work at all with iOS (iPhone)