diff --git a/damus/Components/ImageCarousel.swift b/damus/Components/ImageCarousel.swift index d2a77797..41a1e9cf 100644 --- a/damus/Components/ImageCarousel.swift +++ b/damus/Components/ImageCarousel.swift @@ -70,7 +70,7 @@ struct ImageCarousel: View { .fullScreenCover(isPresented: $open_sheet) { ImageView(urls: urls) } - .frame(height: 350) + .frame(height: 200) .clipped() .onTapGesture { open_sheet = true