Recent Topics

1 Mar 14, 2015 11:19    

I have noticed that, when I insert a youtube video, the full screen button has no effect.
It is there, but clicking on it makes no difference.

Could that be looked at or is there a solution?

Thank you.

2 Mar 14, 2015 15:47

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:

3 Mar 14, 2015 16:26

Thank yu, mgsolipa.
That did the job.


Form is loading...