We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061853f commit af4569fCopy full SHA for af4569f
SDWebImageSwiftUI/Classes/WebImage.swift
@@ -52,6 +52,7 @@ public struct WebImage : View {
52
Image(platformImage: WebImage.emptyImage)
53
}
54
55
+ .frame(minWidth: 0, maxWidth: .infinity, minHeight: 0, maxHeight: .infinity)
56
.onAppear {
57
guard self.retryOnAppear else { return }
58
if !self.imageManager.isFinished {
0 commit comments