Skip to content

Commit 45cd857

Browse files
committed
fix: [#42] muting videos seems to have resolve the issue
1 parent 4c38ae3 commit 45cd857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/utils/visual-utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export function createVideoShowcase(assetLinks: ReadonlyArray<string>) {
1313
videoContainer.appendChild(video);
1414

1515
video.autoplay = true;
16+
video.muted = true;
1617
video.loop = true;
1718

1819
assetLinks.forEach(link => {

0 commit comments

Comments
 (0)