Updated CSS to ensure images maintain aspect ratio
This commit is contained in:
parent
077ae93d89
commit
a11ac2547e
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user