The fullscreen support requires an additional parameter in the code of the player. I'm not sure why it's not already there (maybe to keep the players as simple as possible), but this can be easily solved by adding the right code. Unfortunatelly, I can't share the raw code here so maybe it's easier for you to take the attached file (_videoplug.plugin.php.zip), uncompress it and upload it to the folder plugins/videoplug_plugin of your site, replacing its current content.
Here you can see the differences between the original file and the one that I'm attaching: https://gist.github.com/mgsolipa/7df07f5d8f388a0bf72c/revisions (the pink background is for old lines and the green background for new ones). Maybe it's not a bullet proof modification, but it can do what you need.
After that, you still need to clear the pre-rendered items cache in order to let the changes to take effect. Just go to System > Maintenance > Tools and click on "Clear pre-rendered item cache (DB)".
Hi @vlaanderen,
The fullscreen support requires an additional parameter in the code of the player. I'm not sure why it's not already there (maybe to keep the players as simple as possible), but this can be easily solved by adding the right code. Unfortunatelly, I can't share the raw code here so maybe it's easier for you to take the attached file (_videoplug.plugin.php.zip), uncompress it and upload it to the folder
plugins/videoplug_plugin
of your site, replacing its current content.Here you can see the differences between the original file and the one that I'm attaching: https://gist.github.com/mgsolipa/7df07f5d8f388a0bf72c/revisions (the pink background is for old lines and the green background for new ones). Maybe it's not a bullet proof modification, but it can do what you need.
After that, you still need to clear the pre-rendered items cache in order to let the changes to take effect. Just go to System > Maintenance > Tools and click on "Clear pre-rendered item cache (DB)".
Regards !
Attachments: