v6.6.0 updates

This commit is contained in:
Anthony 2023-05-19 12:06:15 +01:00
parent ce9216ad94
commit 54f7689e40

View File

@ -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,
),