From 7e05dedb9ad20ee6d7bd9328a040bec7436033e6 Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Wed, 1 Apr 2026 12:34:28 +0200 Subject: [PATCH] Fix stretch immagine in pagina prodotto --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 575e933..1755d0b 100644 --- a/style.css +++ b/style.css @@ -105,6 +105,7 @@ form button:hover { .product-detail img { max-width: 100%; height: auto; + object-fit: contain; margin-bottom: 20px; flex-shrink: 0; }