diff --git a/themes/tella/layouts/products/summary.html b/themes/tella/layouts/products/summary.html index e4d6693..0a6b9bd 100644 --- a/themes/tella/layouts/products/summary.html +++ b/themes/tella/layouts/products/summary.html @@ -6,12 +6,18 @@ margin-top: 2%; } - .product-image-custom { + .product-image-custom img { width: 100%; height: 100%; object-fit: cover; display: block; } + + .product-image-custom img { + width: 100%; + height: 220px; + overflow: hidden; + } @@ -19,7 +25,9 @@

{{ .Title }}

- -product-image- +
+ -product-image- +

{{ .Description }}