Benoit Tremblay
Benoit Tremblay
This fix is badly needed or SSR will be impossible with this package. Is there a way I can help?
With some jQuery, you can remove the player tag if you don't want it and add it back when needed. You will need to setup video.js with Javascript though.
@jaydensmith Have the same issue. When the internet is lost, OnClose is not called as expected. The best way to fix this use case for me has been to check...
@vonwao Yes you can do the same thing by using the global variable. ``` javascript global.MyGlobalVariable = `I'm everywhere!`; ```