Commit 29a34de8 by agan

xg

parent 789bd21a
Showing with 3 additions and 2 deletions
...@@ -72,7 +72,7 @@ body { ...@@ -72,7 +72,7 @@ body {
.videoCon { .videoCon {
border-radius: 1rem; border-radius: 1rem;
overflow: hidden; overflow: hidden;
height: 100%; height: 99%;
margin: 0rem 0.2rem; margin: 0rem 0.2rem;
} }
...@@ -80,6 +80,7 @@ body { ...@@ -80,6 +80,7 @@ body {
height: 100%; height: 100%;
padding-top: 0.35rem; padding-top: 0.35rem;
margin-right: 0.1rem; margin-right: 0.1rem;
z-index: 1;
} }
.mTitle { .mTitle {
......
...@@ -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="false" webkit-playsinline="false" playsinline="false" 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