mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:43:25 +00:00
chore: add default fullscreen orientation value
This commit is contained in:
@@ -148,6 +148,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ data }) => {
|
|||||||
// textTracks={textTracks} // breaks playback
|
// textTracks={textTracks} // breaks playback
|
||||||
className="absolute inset-0"
|
className="absolute inset-0"
|
||||||
fullscreen={true}
|
fullscreen={true}
|
||||||
|
fullscreenOrientation="landscape"
|
||||||
paused={false}
|
paused={false}
|
||||||
controls={true}
|
controls={true}
|
||||||
onLoadStart={onVideoLoadStart}
|
onLoadStart={onVideoLoadStart}
|
||||||
|
Reference in New Issue
Block a user