diff options
author | Kev <kevslashnull@gmail.com> | 2023-12-20 21:59:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 12:59:43 -0800 |
commit | 238ff58db9355c630c9284bc488e8adf044af430 (patch) | |
tree | ec954c7c7bfc914064b74b9509f9b215215b542e /src | |
parent | 2a94e6a2effe62bc786891f9f76fbb4d39ba3e74 (diff) | |
download | voidsky-238ff58db9355c630c9284bc488e8adf044af430.tar.zst |
Fix image is cropped in alt text modal (#1963)
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/modals/AltImage.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/modals/AltImage.tsx b/src/view/com/modals/AltImage.tsx index 80130f43a..a2e918317 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 /> |