Merge pull request #135 from WardPearce/fix/max-player-height

Fixed max player height
This commit is contained in:
Ward
2024-04-13 21:19:13 +12:00
committed by GitHub
+2 -1
View File
@@ -212,7 +212,7 @@
</script>
{#if audioMode}
<div style="margin-top: 50vh;"></div>
<div style="margin-top: 40vh;"></div>
{/if}
<media-player
@@ -223,6 +223,7 @@
streamType={playerIsLive ? 'live' : 'on-demand'}
viewType={audioMode ? 'audio' : 'video'}
keep-alive
style="max-height: 80vh;"
{src}
>
<media-provider>