Skip to content

Commit

Permalink
优化了一处播放器的设置,开启了自动播放。
Browse files Browse the repository at this point in the history
  • Loading branch information
fanmingming authored Nov 25, 2022
1 parent d5956e5 commit 8dfb06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</style>
</head>
<body>
<video id="video" style="width: 100%; height: 100%;" controls muted autoplay></video>
<video id="video" style="width: 100%; height: 100%;" controls autoplay></video>
<script src="player.js"></script>
</body>
</html>

0 comments on commit 8dfb06b

Please sign in to comment.