We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c38ae3 commit 45cd857Copy full SHA for 45cd857
src/views/utils/visual-utils.ts
@@ -13,6 +13,7 @@ export function createVideoShowcase(assetLinks: ReadonlyArray<string>) {
13
videoContainer.appendChild(video);
14
15
video.autoplay = true;
16
+ video.muted = true;
17
video.loop = true;
18
19
assetLinks.forEach(link => {
0 commit comments