mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-16 00:34:06 +00:00
feat: play videos
This commit is contained in:
parent
d5523cd26d
commit
ed099b1f65
@ -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"
|
||||
>
|
||||
|
||||
@ -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"
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user