Fix stretch immagine in pagina prodotto

This commit is contained in:
2026-04-01 12:34:28 +02:00
parent ec04543775
commit 7e05dedb9a
+1
View File
@@ -105,6 +105,7 @@ form button:hover {
.product-detail img { .product-detail img {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
object-fit: contain;
margin-bottom: 20px; margin-bottom: 20px;
flex-shrink: 0; flex-shrink: 0;
} }