mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 09:35:42 +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;
|
||||
})()}
|
||||
style={styles.video}
|
||||
resizeMode="contain"
|
||||
resizeMode="cover"
|
||||
paused={!isPlaying}
|
||||
repeat={false}
|
||||
muted={isMuted}
|
||||
|
|
|
|||
Loading…
Reference in a new issue