Add a thumbnail for the Corso demo video (#1613)

## Description

Fixes a Google search index issues

## Type of change

- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
This commit is contained in:
Niraj Tolia 2022-11-28 17:21:27 -08:00 committed by GitHub
parent 94145ecbf6
commit cc35088be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export default function Demo() {
borderBottom: "2px solid #e5e7eb", borderBottom: "2px solid #e5e7eb",
}} }}
> >
<video className="w-full" muted loop autoPlay playsInline> <video className="w-full" poster="assets/images/corso_demo_thumbnail.png" muted loop autoPlay playsInline>
<source src="assets/images/corso_demo.mp4" type="video/mp4" /> <source src="assets/images/corso_demo.mp4" type="video/mp4" />
</video> </video>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 KiB