Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix image is cropped in alt text modal (#1963)

authored by

Kev and committed by
GitHub
238ff58d 2a94e6a2

+1
+1
src/view/com/modals/AltImage.tsx
··· 80 80 source={{ 81 81 uri: image.cropped?.path ?? image.path, 82 82 }} 83 + contentFit="contain" 83 84 accessible={true} 84 85 accessibilityIgnoresInvertColors 85 86 />