oop
This commit is contained in:
parent
50dd1ee56d
commit
70b4c974da
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user