From 9ca959d8d323364765c05f3821de5a4dff21232a Mon Sep 17 00:00:00 2001 From: William Casarin Date: Tue, 4 Apr 2023 10:44:42 -0700 Subject: [PATCH] Allow image size to adjust even if we have it cached --- damus/Components/ImageCarousel.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/damus/Components/ImageCarousel.swift b/damus/Components/ImageCarousel.swift index 433686d8..73485ea3 100644 --- a/damus/Components/ImageCarousel.swift +++ b/damus/Components/ImageCarousel.swift @@ -79,9 +79,6 @@ struct ImageCarousel: View { view.framePreloadCount = 3 } .imageModifier({ img in - guard self.image_fill == nil else { - return - } let img_size = img.size let is_animated = img.kf.imageFrameCount != nil let geo_size = geo.size