fix videojs for firefox

This commit is contained in:
jkhsjdhjs 2017-12-02 19:26:21 +01:00
parent aeae405f64
commit 68b583283b

View File

@ -67,6 +67,10 @@
vid1.persistvolume({
namespace: "f0ck"
});
if(vid1.autoplay() && !vid1.paused() && vid1.hasClass('vjs-paused')) {
vid1.pause();
vid1.play();
}
})();
</script>
<script>