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 f7986ad commit 70f161dCopy full SHA for 70f161d
SDWebImageSwiftUI/Classes/AnimatedImage.swift
@@ -495,6 +495,10 @@ extension AnimatedImage {
495
imageLayout.antialiased = isAntialiased
496
return self
497
}
498
+}
499
+
500
+// Aspect Ratio
501
+extension AnimatedImage {
502
/// Constrains this view's dimensions to the specified aspect ratio.
503
/// - Parameters:
504
/// - aspectRatio: The ratio of width to height to use for the resulting
0 commit comments