Skip to content

Commit

Permalink
Fix web image layout (#6195)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Nov 9, 2024
1 parent 42abd97 commit 3aeee1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/com/util/images/AutoSizedImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function AutoSizedImage({
const hasAlt = !!image.alt

const contents = (
<Animated.View ref={containerRef} collapsable={false}>
<Animated.View ref={containerRef} collapsable={false} style={{flex: 1}}>
<Image
style={[a.w_full, a.h_full]}
source={image.thumb}
Expand Down

0 comments on commit 3aeee1e

Please sign in to comment.