Skip to content

Commit

Permalink
fix autoplay
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Dec 17, 2024
1 parent 66b0ee6 commit 1f31f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.mustache.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ <h4 class="my-0 fw-normal">
</ul>
</div>
<div id="speakers" class="keep" title="Sound">
<canvas id="audioplayer" style="display: none;" autoplay></canvas>
<canvas id="audioplayer" style="display: none;"></canvas>
<!-- <video id="audioplayer" autoplay playsinline></video> -->
<img id="speakers-logo" src="../img/top/Volume_None.svg" class="speakers-logo" alt="speakers-icon" loading="lazy">
<ul class="drop-down">
Expand Down

0 comments on commit 1f31f92

Please sign in to comment.