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 44ad1a9 commit 027c0c7
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></video>
<video id="video" style="width: 100%; height: 100%;" autoplay="autoplay" controls="controls"></video>
<script src="player.js"></script>
</body>
</html>

0 comments on commit 027c0c7

Please sign in to comment.