diff --git a/src/Controls.astro b/src/Controls.astro index 3ebde7d..99a9dde 100644 --- a/src/Controls.astro +++ b/src/Controls.astro @@ -1,12 +1,21 @@ --- // Properties const { + // Meta Title, + PlayerName, + SeekColor = '#2185d0', + + // Type Live, + + // Toggles ShowBackAndForward, ShowPlaybackRate, - SeekColor = '#2185d0', - PlayerName, + ShowPiP = true, + ShowFullscreen = true, + + // OThers Subtitles } = Astro.props @@ -19,7 +28,8 @@ import './Styles/Iconoir.css'
{Title}
+{Title}
: null}Buffering...