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(), ), ),