chore: uncomment mov key visual
This commit is contained in:
parent
975ec47f95
commit
7bb6ac7f0d
|
@ -42,7 +42,7 @@ import Link from '@docusaurus/Link'
|
||||||
</HeroInfo>
|
</HeroInfo>
|
||||||
<HeroAsset>
|
<HeroAsset>
|
||||||
<video preload="auto" autoPlay loop muted autoPlay playsInline>
|
<video preload="auto" autoPlay loop muted autoPlay playsInline>
|
||||||
{/* <source src="/hero/hero-video.mov" type='video/mp4; codecs="hvc1"' /> */}
|
<source src="/hero/hero-video.mov" type='video/mp4; codecs="hvc1"' />
|
||||||
<source src="/hero/hero-video.webm" type="video/webm" />
|
<source src="/hero/hero-video.webm" type="video/webm" />
|
||||||
</video>
|
</video>
|
||||||
</HeroAsset>
|
</HeroAsset>
|
||||||
|
|
Loading…
Reference in New Issue