diff --git a/src/components/Timeline/Shared/Attachment/Video.tsx b/src/components/Timeline/Shared/Attachment/Video.tsx index 11fee174..054c1077 100644 --- a/src/components/Timeline/Shared/Attachment/Video.tsx +++ b/src/components/Timeline/Shared/Attachment/Video.tsx @@ -99,6 +99,7 @@ const AttachmentVideo: React.FC = ({ opacity: sensitiveShown ? 0 : 1 }} usePoster + resizeMode={ResizeMode.COVER} {...(gifv ? { shouldPlay: true, @@ -107,7 +108,6 @@ const AttachmentVideo: React.FC = ({ source: { uri: video.url } } : { - resizeMode: ResizeMode.COVER, posterSource: { uri: video.preview_url }, posterStyle: { resizeMode: ResizeMode.COVER } })}