Skip to content

Commit 3048ab5

Browse files
committed
Play video when it's 50% visible
1 parent 5dbd168 commit 3048ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/Features.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const features = await Promise.all(
5656
}
5757
});
5858
},
59-
{ threshold: 1 },
59+
{ threshold: 0.5 },
6060
);
6161

6262
videos.forEach((video) => {

0 commit comments

Comments
 (0)