Commit 9e3c9c05 by agan

tijiao

parent 6fdc1641
Showing with 1 additions and 1 deletions
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
<div class="mPhone"> <div class="mPhone">
<div class="phoneBorder"></div> <div class="phoneBorder"></div>
<div class="videoCon"> <div class="videoCon">
<video id="video" autoplay="autoplay" muted loop="loop"> <video id="video" controls = "true" preload="auto" webkit-playsinline="true" playsinline="true" x-webkit-airplay="allow" x5-video-player-fullscreen="true" x5-video-player-type="h5" autoplay="autoplay" muted loop="loop">
<source src="video/video.mp4" type="video/mp4"></source> <source src="video/video.mp4" type="video/mp4"></source>
</video> </video>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment