fix: loading poster fix

This commit is contained in:
AykutSarac 2024-07-27 00:10:02 +03:00
parent 84d2b6a3fe
commit 035f6b8baa
No known key found for this signature in database

View File

@ -72,7 +72,8 @@ export const HeroPreview = () => {
<Paper <Paper
p={0} p={0}
w="auto" w="100%"
maw={1440}
h="fit-content" h="fit-content"
radius="lg" radius="lg"
shadow="xl" shadow="xl"
@ -84,7 +85,7 @@ export const HeroPreview = () => {
outlineOffset: "4px", outlineOffset: "4px",
}} }}
> >
<AspectRatio ratio={1440 / 760} maw={1440} h="100%"> <AspectRatio ratio={1440 / 760} maw={1440} w="100%" h="100%">
<video <video
autoPlay autoPlay
muted muted