Skip to content

Commit

Permalink
home
Browse files Browse the repository at this point in the history
  • Loading branch information
VadhwanaParth15 committed Feb 10, 2023
1 parent bc41bdc commit 63c662f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ const Home = () => {
<div className="home__btn"></div>
</div>

<video
{/* <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}/> */}
<img src={IMG} alt="Muted Video" />
</div>
</section>
);
Expand Down

0 comments on commit 63c662f

Please sign in to comment.