damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit b6d5b6f45e5e8782c51b2526b52b2d09d3b2808b
parent f5ed9cd5d4dbe7b184b5bf32d02a4a5a229b6fef
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 25 Mar 2023 06:38:06 -0600

Increase image size

Diffstat:
Mdamus/Components/ImageCarousel.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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