Turn on autoplay for video

This commit is contained in:
Stephan Messlinger 2020-09-20 20:28:45 +02:00
parent 4b8676b178
commit fc26b53d47

View File

@ -15,7 +15,6 @@
</a>
<script>
var player = videojs('#player', {fluid:true, fullScreen: {navigationUI: "show"}});
player.ready(function() { player.play(); }
</script>
</body>
</html>