diff --git a/LabelStoreMax/lib/resources/widgets/woosignal_ui.dart b/LabelStoreMax/lib/resources/widgets/woosignal_ui.dart index a0f45cf..c23f229 100644 --- a/LabelStoreMax/lib/resources/widgets/woosignal_ui.dart +++ b/LabelStoreMax/lib/resources/widgets/woosignal_ui.dart @@ -339,7 +339,7 @@ class ProductItemContainer extends StatelessWidget { image: (product!.images.isNotEmpty ? product!.images.first.src : getEnv("PRODUCT_PLACEHOLDER_IMAGE")), - fit: BoxFit.cover, + fit: BoxFit.contain, height: constraints.maxHeight / 1.6, width: double.infinity, ),