Skip to content

Commit

Permalink
Muted for enahanced autoplay
Browse files Browse the repository at this point in the history
  • Loading branch information
agnetemoos committed Sep 26, 2024
1 parent 4c2d7c0 commit ff09972
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/vimeo-player/vimeo-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@ function VimeoPlayer({ slide, content, run, slideDone, executionId }) {
return (
<>
<div width="100%" height="100%">
<Vimeo
video={vimeoid}
responsive
autoplay
muted={true}
paused={false}
loop
/>
<Vimeo video={vimeoid} responsive autoplay muted paused={false} loop />
</div>
<ThemeStyles id={executionId} css={slide?.themeData?.cssStyles} />
</>
Expand Down

0 comments on commit ff09972

Please sign in to comment.