chore: add default fullscreen orientation value

This commit is contained in:
Adrian Castro
2024-02-11 22:07:30 +01:00
parent 2dd7eb49bb
commit 63512d2596

View File

@@ -148,6 +148,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ data }) => {
// textTracks={textTracks} // breaks playback
className="absolute inset-0"
fullscreen={true}
fullscreenOrientation="landscape"
paused={false}
controls={true}
onLoadStart={onVideoLoadStart}