diff --git a/src/components/video/TrailerPlayer.tsx b/src/components/video/TrailerPlayer.tsx index 80da8ce3..b7aa6162 100644 --- a/src/components/video/TrailerPlayer.tsx +++ b/src/components/video/TrailerPlayer.tsx @@ -386,7 +386,7 @@ const TrailerPlayer = React.forwardRef(({ return { uri: trailerUrl } as any; })()} style={styles.video} - resizeMode="contain" + resizeMode="cover" paused={!isPlaying} repeat={false} muted={isMuted}