Skip to content

Commit

Permalink
Merge pull request #1006 from nextcloud/bugfix/mute-video
Browse files Browse the repository at this point in the history
Mute video
  • Loading branch information
szaimen authored Nov 17, 2023
2 parents 3c75dca + dcd7250 commit d0ee426
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/firstrunwizard-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/firstrunwizard-main.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/components/Page0.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<video ref="video"
playsinline
autoplay
muted
@ended="handleEnded">
<source :src="videoWebm" type="video/webm">
<source :src="videoMp4" type="video/mp4">
Expand Down

0 comments on commit d0ee426

Please sign in to comment.