You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what could I be missing here if (isYouTubeProvider(provider)) { provider.cookies = true; } ..... <MediaPlayer src={props.src} crossorigin playsinline onProviderChange={onProviderChange} onCanPlay={onCanPlay} ref={player} > <AudioLayout thumbnails={props.thumbnails} /> </MediaPlayer>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I implemented VidStack in nextJS app but the result is that the video is not taking full screen
https://prnt.sc/mijRQ5WnEAm0
what could I be missing here
if (isYouTubeProvider(provider)) { provider.cookies = true; } ..... <MediaPlayer src={props.src} crossorigin playsinline onProviderChange={onProviderChange} onCanPlay={onCanPlay} ref={player} > <AudioLayout thumbnails={props.thumbnails} /> </MediaPlayer>
what am i missing here.
Beta Was this translation helpful? Give feedback.
All reactions