From 0e9ad28dcfcc291776b8d1831abd4e18d81a012f Mon Sep 17 00:00:00 2001 From: Unchained Date: Mon, 23 Mar 2026 11:18:29 +0200 Subject: [PATCH] Fix: remove priority attribute from regular img tag --- src/components/product/ProductDetail.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/product/ProductDetail.tsx b/src/components/product/ProductDetail.tsx index f5eeba3..aa654d6 100644 --- a/src/components/product/ProductDetail.tsx +++ b/src/components/product/ProductDetail.tsx @@ -183,7 +183,6 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR" src={images[selectedImage].url} alt={images[selectedImage].alt || localized.name} className="w-full h-full object-cover" - priority="true" /> {/* Carousel Navigation - Mobile Only */}