mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Merge pull request #605 from chrisk325/patch-15
trailer aspect ratio from contain to cover
This commit is contained in:
commit
98b7defef6
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ const TrailerPlayer = React.forwardRef<any, TrailerPlayerProps>(({
|
||||||
return { uri: trailerUrl } as any;
|
return { uri: trailerUrl } as any;
|
||||||
})()}
|
})()}
|
||||||
style={styles.video}
|
style={styles.video}
|
||||||
resizeMode="contain"
|
resizeMode="cover"
|
||||||
paused={!isPlaying}
|
paused={!isPlaying}
|
||||||
repeat={false}
|
repeat={false}
|
||||||
muted={isMuted}
|
muted={isMuted}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue