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