diff --git a/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryFeatureCard.swift b/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryFeatureCard.swift index 1843c2646..4c908221b 100644 --- a/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryFeatureCard.swift +++ b/apple/OmnivoreKit/Sources/Views/FeedItem/LibraryFeatureCard.swift @@ -40,8 +40,8 @@ public struct LibraryFeatureCard: View { EmptyView() case let .success(image): image.resizable() + .aspectRatio(contentMode: .fit) .frame(width: 146, height: 90) - .aspectRatio(contentMode: .fill) case .failure: fallbackImage