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,