We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9216a commit 54f7689Copy full SHA for 54f7689
LabelStoreMax/lib/resources/widgets/woosignal_ui.dart
@@ -339,7 +339,7 @@ class ProductItemContainer extends StatelessWidget {
339
image: (product!.images.isNotEmpty
340
? product!.images.first.src
341
: getEnv("PRODUCT_PLACEHOLDER_IMAGE")),
342
- fit: BoxFit.cover,
+ fit: BoxFit.contain,
343
height: constraints.maxHeight / 1.6,
344
width: double.infinity,
345
),
0 commit comments