diff --git a/damus/Components/ImageCarousel.swift b/damus/Components/ImageCarousel.swift index 41a1e9cf..d2a77797 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: 200) + .frame(height: 350) .clipped() .onTapGesture { open_sheet = true