From b6d5b6f45e5e8782c51b2526b52b2d09d3b2808b Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sat, 25 Mar 2023 06:38:06 -0600 Subject: [PATCH] Increase image size --- damus/Components/ImageCarousel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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