Skip to content

Commit

Permalink
chore: remove muted flag from video tag
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Oct 4, 2023
1 parent 4f8a0cc commit 255ffef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/frontoffice.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<body>
<h1>GoodTok Front Office</h1>
<div class="video">
<video id="goodtok-video" width="100%" muted>
<video id="goodtok-video" width="100%">
<p>Your browser doesn't support HTML5 video.</p>
</video>
</div>
Expand Down
6 changes: 3 additions & 3 deletions public/lib/client.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/client/shadowRootContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const shadowRootContent = `
<div class="wrapper">
<div class="video">
<video id="goodtok-video" muted>
<video id="goodtok-video">
<p>Your browser doesn't support HTML5 video.</p>
</video>
<div class="button-container">
Expand Down

0 comments on commit 255ffef

Please sign in to comment.