Skip to content

Commit f6835af

Browse files
Fix video autoplay
1 parent 4a713e8 commit f6835af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WelcomeDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const WelcomeDialog = ({
130130
<ModalBody px={20} py={3}>
131131
<ModalCloseButton />
132132
<AspectRatio ratio={1.78}>
133-
<Box as="video" autoPlay loop src={preConnectVideo} />
133+
<Box as="video" autoPlay loop muted src={preConnectVideo} />
134134
</AspectRatio>
135135
</ModalBody>
136136
<ModalFooter justifyContent="flex-end">

0 commit comments

Comments
 (0)