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,