fix(embed): allow flexible player sizes for embeds. Closes #2984

This commit is contained in:
Gabe Kangas
2023-05-04 11:29:48 -07:00
parent 01b1003be6
commit 7261b1d49f
3 changed files with 10 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ export default function VideoEmbed() {
online={online}
initiallyMuted={initiallyMuted}
title={streamTitle || name}
fill
embedded
/>
<Statusbar
online={online}