Skip to content

Commit

Permalink
Update Home.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakdev143-lite authored Aug 2, 2024
1 parent bbc053f commit 986fc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Home = () => {
<main id='home-main' className='stagger1'>
<div id='content' className='fdc faic'>
<div id="background">
<video loading='lazy' poster={require('./poster.jpg')} preload='none' src={require('./bg.webm')} autoPlay loop muted></video>
<video loading='lazy' src={require('./bg.webm')} autoPlay loop muted></video>
<div id='blur'></div>
</div>
<LandingContent />
Expand Down

0 comments on commit 986fc8e

Please sign in to comment.