How to remove the full screen button in interactive video

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's picture

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.

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.