Skip to content

Commit

Permalink
attempt to fix webcam on iOS WebKit
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver He committed Dec 14, 2024
1 parent 18bd7fc commit b8df1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
<p><a href="https://github.com/Yushu-He/FaceBlit-Web" target="_blank" class="github-link" style="text-decoration: none; color: inherit;">
<i class="fa fa-github" style="font-size: 24px; margin-right: 8px;"></i> View on GitHub
</a></p>
<video bind:this={videoElement} style="display: none;" aria-hidden="true"></video>
<video bind:this={videoElement} playsinline autoplay muted style="display: none;" aria-hidden="true"></video>
<canvas bind:this={canvasElement}></canvas>
<h1>Styles</h1>
<Styles
Expand Down

0 comments on commit b8df1ea

Please sign in to comment.