From 9ccc8f1157c5d03b1c859bf0d66ef5337dd1cf2f Mon Sep 17 00:00:00 2001 From: Edouard Marquez Date: Wed, 25 Sep 2024 10:10:37 +0200 Subject: [PATCH] Ensure the image is fully visible --- .../smooth_app/lib/pages/image/product_image_other_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/smooth_app/lib/pages/image/product_image_other_page.dart b/packages/smooth_app/lib/pages/image/product_image_other_page.dart index f523c31699c..325d292a866 100644 --- a/packages/smooth_app/lib/pages/image/product_image_other_page.dart +++ b/packages/smooth_app/lib/pages/image/product_image_other_page.dart @@ -114,7 +114,7 @@ class _ProductImageViewer extends StatelessWidget { uriHelper: ProductQuery.uriProductHelper, ), ), - fit: BoxFit.cover, + fit: BoxFit.contain, loadingBuilder: ( _, final Widget child,