Turn on autoplay for video

lab
Stephan Messlinger 2020-09-20 20:28:45 +02:00
parent 4b8676b178
commit fc26b53d47
1 changed files with 0 additions and 1 deletions

View File

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