From 431a17dc1dc9b2430550e9358708a0ae7ce9284d Mon Sep 17 00:00:00 2001 From: Shawn Date: Tue, 3 Oct 2023 14:20:14 -0600 Subject: [PATCH] Increase resolution of fullscreen photo gallery images --- 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 ee8c22e7..a11664fb 100644 --- a/lib/ui/screens/photo_gallery/photo_gallery.dart +++ b/lib/ui/screens/photo_gallery/photo_gallery.dart @@ -107,7 +107,7 @@ class _PhotoGalleryState extends State { Future _handleImageTapped(int index) async { if (_index == index) { final urls = _photoIds.value.map((e) { - return UnsplashPhotoData.getSelfHostedUrl(e, UnsplashPhotoSize.med); + return UnsplashPhotoData.getSelfHostedUrl(e, UnsplashPhotoSize.xl); }).toList(); int? newIndex = await appLogic.showFullscreenDialogRoute( context,