Add bool option to player to fill container for embeds. Closes #2884

This commit is contained in:
Gabe Kangas
2023-04-05 20:05:22 -07:00
parent f724beecae
commit 7ec7e1704c
3 changed files with 8 additions and 1 deletions

View File

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