From 238ff58db9355c630c9284bc488e8adf044af430 Mon Sep 17 00:00:00 2001 From: Kev Date: Wed, 20 Dec 2023 21:59:43 +0100 Subject: [PATCH] Fix image is cropped in alt text modal (#1963) --- src/view/com/modals/AltImage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/com/modals/AltImage.tsx b/src/view/com/modals/AltImage.tsx index 80130f43ad..a2e9183179 100644 --- a/src/view/com/modals/AltImage.tsx +++ b/src/view/com/modals/AltImage.tsx @@ -80,6 +80,7 @@ export function Component({image}: Props) { source={{ uri: image.cropped?.path ?? image.path, }} + contentFit="contain" accessible={true} accessibilityIgnoresInvertColors />