Updated CSS to ensure images maintain aspect ratio

This commit is contained in:
Luke Else 2024-01-30 19:35:18 +00:00
parent 077ae93d89
commit a11ac2547e

View File

@ -73,12 +73,12 @@
} }
.product-image-preview { .product-image-preview {
max-height: 150px; height: min-content;
max-width: 150px; max-width: 150px;
} }
.product-image { .product-image {
max-height: 500px; height: min-content;
max-width: 500px; max-width: 500px;
} }