Allow fullscreen in the iframes

This commit is contained in:
Leon Grünewald 2024-08-04 15:52:13 +02:00
parent 9dab3638d5
commit 2a3c3c022d

View file

@ -20,7 +20,7 @@
<div class="stream-container">
{#if src && data}
<iframe title={stream} {src}></iframe>
<iframe title={stream} {src} allowfullscreen></iframe>
{/if}
</div>