Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
VadhwanaParth15 committed Feb 10, 2023
1 parent 63c662f commit 3f2fdf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions src/components/Home/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,7 @@
margin-left: 6rem;
margin-top: 3rem; */
}
.video {
width: 300px;
}
}
10 changes: 6 additions & 4 deletions src/components/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,18 @@ const Home = () => {
</div>
<div className="home__btn"></div>
</div>

{/* <video
<div className="video mx-auto d-flex align-items-center justify-content-center">
<video
title="Advertisement"
webkit-playsinline="true"
playsinline="true"
width="600px"
autoplay="true"
muted="muted"
ref={vidRef} src={"/assests/loader.mp4"} playsInline={true}/> */}
<img src={IMG} alt="Muted Video" />
ref={vidRef} src={"/assests/loader.mp4"} playsInline={true}/>
</div>

{/* <img src={IMG} alt="Muted Video" /> */}
</div>
</section>
);
Expand Down

0 comments on commit 3f2fdf8

Please sign in to comment.