Video.js With Backbone.js - Skin Is Not Applied
I use videojs 4 with backbonejs, and in some cases the player is rendered, but default skin in is not applied. Instead I see some 'default' controls 1 Any particular order of loadi
Solution 1:
I realized this happens if there is an internal JS error during the player initialisation. Seems like the process does not complete in this case, and skin is not applied. I solved the issue by controlling how my player is disposed.
This discussion helped https://github.com/videojs/video.js/issues/189
Post a Comment for "Video.js With Backbone.js - Skin Is Not Applied"