mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 09:35:42 +00:00
trailer aspect ratio from contain to cover
This commit is contained in:
parent
e5006d95b1
commit
0dc207cc85
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ const TrailerPlayer = React.forwardRef<any, TrailerPlayerProps>(({
|
|||
return { uri: trailerUrl } as any;
|
||||
})()}
|
||||
style={styles.video}
|
||||
resizeMode="contain"
|
||||
resizeMode="cover"
|
||||
paused={!isPlaying}
|
||||
repeat={false}
|
||||
muted={isMuted}
|
||||
|
|
|
|||
Loading…
Reference in a new issue