How to remove the full screen button in interactive video
Submitted by user2352352 on Thu, 11/23/2017 - 12:04
Forums:
Hi,
We've had this request from many of our users. How do we remove the full screen button from interactive video?
Thanks
Content types:
icc
Thu, 11/23/2017 - 16:41
Permalink
Unfortunately, there is no
Unfortunately, there is no configuration for doing this. But if you have some programming skills you could check out the customization part of the documentation and then add a script that set the H5P.fullscreenSupported variable to false.
Alternatively, you can create a well-formed feature request for adding a configuration option.
user2352352
Fri, 11/24/2017 - 14:09
Permalink
Setting H5P.fullscreenSupported
I was able to hardcode H5P.fullscreenSupported = false in h5p.js but where does h5p.js get H5P.fullscreenSupported from?
Thanks for helping :-) When I have time I will create a feature request.