Merge pull request #605 from chrisk325/patch-15

trailer aspect ratio from contain to cover
This commit is contained in:
Nayif 2026-03-06 05:40:43 +05:30 committed by GitHub
commit 98b7defef6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}