images: don't cutoff gifs
Changelog-Fixed: Don't cutoff gifs
This commit is contained in:
@@ -131,7 +131,7 @@ struct ImageCarousel: View {
|
||||
.loadDiskFileSynchronously()
|
||||
.scaleFactor(UIScreen.main.scale)
|
||||
.fade(duration: 0.1)
|
||||
.aspectRatio(contentMode: .fill)
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.tabItem {
|
||||
Text(url.absoluteString)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user