Add webm source to hero banner

This commit is contained in:
austinkelsay 2025-01-08 15:33:29 -06:00
parent 17928584f0
commit 783cc5214a

View File

@ -76,6 +76,7 @@ const HeroBanner = () => {
playsInline playsInline
> >
<source src="https://plebdevs-bucket.nyc3.cdn.digitaloceanspaces.com/plebdevs-montage.mp4" type="video/mp4" /> <source src="https://plebdevs-bucket.nyc3.cdn.digitaloceanspaces.com/plebdevs-montage.mp4" type="video/mp4" />
<source src="https://plebdevs-bucket.nyc3.cdn.digitaloceanspaces.com/plebdevs-montage.webm" type="video/webm" />
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
</div> </div>