mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix: loading poster fix
This commit is contained in:
parent
84d2b6a3fe
commit
035f6b8baa
@ -72,7 +72,8 @@ export const HeroPreview = () => {
|
||||
|
||||
<Paper
|
||||
p={0}
|
||||
w="auto"
|
||||
w="100%"
|
||||
maw={1440}
|
||||
h="fit-content"
|
||||
radius="lg"
|
||||
shadow="xl"
|
||||
@ -84,7 +85,7 @@ export const HeroPreview = () => {
|
||||
outlineOffset: "4px",
|
||||
}}
|
||||
>
|
||||
<AspectRatio ratio={1440 / 760} maw={1440} h="100%">
|
||||
<AspectRatio ratio={1440 / 760} maw={1440} w="100%" h="100%">
|
||||
<video
|
||||
autoPlay
|
||||
muted
|
||||
|
Loading…
x
Reference in New Issue
Block a user