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,