This commit is contained in:
scarlett kadan 2023-09-03 09:37:05 -05:00
parent 50dd1ee56d
commit 70b4c974da

View File

@ -32,7 +32,16 @@ export default class Home extends Component {
>
</button>
<video autoPlay loop muted className="home__content__panel__video">
<video
autoPlay
playsInline
controls={false}
preload="yes"
loop
muted
className="home__content__panel__video"
type="video/mp4"
>
<source src={backgroundVideo} type="video/mp4" />
</video>
</div>