Skip to content

Commit

Permalink
Fix content card sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Dec 30, 2024
1 parent 85822c2 commit f188584
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,12 @@ struct FeedContentCardView: View {
config: ParraImageConfig(contentMode: .fill),
content: ParraAsyncImageContent(
content,
preferredThumbnailSize: .md
preferredThumbnailSize: .recommended(
for: CGSize(
width: width,
height: minHeight
)
)
)
)
.scaledToFill()
Expand Down

0 comments on commit f188584

Please sign in to comment.