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 19b128a commit d5956e5
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%;" autoplay controls></video>
<video id="video" style="width: 100%; height: 100%;" controls muted autoplay></video>
<script src="player.js"></script>
</body>
</html>

0 comments on commit d5956e5

Please sign in to comment.