welcome screen: video size set to automatic
This commit is contained in:
@@ -53,7 +53,7 @@ const Page:FC = async () => {
|
|||||||
))
|
))
|
||||||
}
|
}
|
||||||
</span>
|
</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" />
|
<source src="/screencast.webm" type="video/webm" />
|
||||||
</video>
|
</video>
|
||||||
</Main>
|
</Main>
|
||||||
|
|||||||
Reference in New Issue
Block a user