From 105073480a3b53dafd4b9287d2673b5a450ef127 Mon Sep 17 00:00:00 2001 From: Shawn Date: Tue, 3 Oct 2023 14:55:19 -0600 Subject: [PATCH] Increase photo gallery image size to large --- lib/ui/screens/photo_gallery/photo_gallery.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/screens/photo_gallery/photo_gallery.dart b/lib/ui/screens/photo_gallery/photo_gallery.dart index a11664fb..f54f503c 100644 --- a/lib/ui/screens/photo_gallery/photo_gallery.dart +++ b/lib/ui/screens/photo_gallery/photo_gallery.dart @@ -227,7 +227,7 @@ class _PhotoGalleryState extends State { child: UnsplashPhoto( imgUrl, fit: BoxFit.cover, - size: UnsplashPhotoSize.med, + size: UnsplashPhotoSize.large, ).animate().fade(), ), ),