diff --git a/damus/Components/ImageCarousel.swift b/damus/Components/ImageCarousel.swift index 446159c8..4c411bb1 100644 --- a/damus/Components/ImageCarousel.swift +++ b/damus/Components/ImageCarousel.swift @@ -174,6 +174,7 @@ struct ImageCarousel: View { Placeholder(url: url, geo_size: geo.size, num_urls: urls.count) } .aspectRatio(contentMode: filling ? .fill : .fit) + .position(x: geo.size.width / 2, y: geo.size.height / 2) .tabItem { Text(url.absoluteString) }