This component works like charm! I have an question, How can I set some ev

This component works like charm!

I have an question, How can I set some event on the ‘Open full screen’? I mean I want some event to be fired when the screen gets on ‘Full screen mode’.

Thanks!

There’s no event like that in the add-on. You could probably get one by observing the fullscreenchange event in the client: https://stackoverflow.com/questions/10706070/how-to-detect-when-a-page-exits-fullscreen

It worked.

Thank you so much!