feat: play videos

This commit is contained in:
Nazareno Oviedo 2022-03-29 13:46:24 -03:00
parent d5523cd26d
commit ed099b1f65
2 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ export const Footer = () => {
<>
<Section className={s['pre__footer--section']}>
<video
// autoPlay
autoPlay
className={clsx('hide-on-mobile', s['video'])}
controls={false}
// loop
loop
muted
preload="true"
>

View File

@ -27,10 +27,10 @@ const Hero = () => {
return (
<Section className={s['section']}>
<video
// autoPlay
autoPlay
className={clsx('hide-on-mobile', s['video'])}
controls={false}
// loop
loop
muted
preload="true"
>