Browse Source

video标签ios问题

shaogen1995 1 year ago
parent
commit
311b69fe13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -31,7 +31,7 @@
 
   <!-- 开场视频 -->
   <div class="videoBox">
-    <video src="./myCode/video.mp4" controls muted autoplay></video>
+    <video src="./myCode/video.mp4" controls muted></video>
     <div class="skipTxt">跳 过</div>
   </div>