welcome screen: video size set to automatic

This commit is contained in:
2024-02-14 09:04:49 +01:00
parent 9ef62b5f78
commit 90f3367cf9

View File

@@ -53,7 +53,7 @@ const Page:FC = async () => {
))
}
</span>
<video className="m-auto h-[524px] w=[440px]" title="Team discussing work in the Slack app" role="img" data-js-id="hero" loop muted playsInline autoPlay poster="hero.png">
<video className="m-auto mt-4" title="Team discussing work in the Slack app" role="img" data-js-id="hero" loop muted playsInline autoPlay poster="hero.png">
<source src="/screencast.webm" type="video/webm" />
</video>
</Main>