Allow fullscreen in the iframes
This commit is contained in:
parent
9dab3638d5
commit
2a3c3c022d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<div class="stream-container">
|
<div class="stream-container">
|
||||||
{#if src && data}
|
{#if src && data}
|
||||||
<iframe title={stream} {src}></iframe>
|
<iframe title={stream} {src} allowfullscreen></iframe>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue