From 3048f9afe2059bfeac2491742485fb55bb451bcc Mon Sep 17 00:00:00 2001 From: olorin99 Date: Mon, 15 Dec 2025 10:01:31 +1000 Subject: [PATCH] Image page always uses BoxFit.contain. --- lib/src/widgets/image.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/widgets/image.dart b/lib/src/widgets/image.dart index 07fbc1d6..11b6cb3b 100644 --- a/lib/src/widgets/image.dart +++ b/lib/src/widgets/image.dart @@ -57,7 +57,7 @@ class AdvancedImage extends StatelessWidget { image, title: openTitle!, hero: tag, - fit: fit, + fit: BoxFit.contain, ), ), child: child,