Commit 29a34de8 by agan

xg

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