Work on videos

This commit is contained in:
Fede Álvarez 2022-05-11 20:26:24 +02:00
parent ef5368833d
commit 23d7dbc58b
13 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -20,7 +20,8 @@ const Hero = () => {
playsInline={true}
preload="true"
>
<source src="/videos/Banner_About.webm" type="video/webm" />
<source src="/videos/banner-about.webm" type="video/webm" />
<source src="/videos/banner-about.mp4" type="video/mp4" />
</video>
</div>
<img

View File

@ -18,7 +18,8 @@ const Hero = () => {
playsInline={true}
preload="true"
>
<source src="/videos/Banner_Community.webm" type="video/webm" />
<source src="/videos/banner-community.webm" type="video/webm" />
<source src="/videos/banner-community.mp4" type="video/mp4" />
</video>
</div>
<img

View File

@ -27,7 +27,8 @@ const Hero = () => {
playsInline={true}
preload="true"
>
<source src="/videos/Banner_Products.webm" type="video/webm" />
<source src="/videos/banner-products.webm" type="video/webm" />
<source src="/videos/banner-products.mp4" type="video/mp4" />
</video>
<img
className={s.hero__mobile}