Fix: remove priority attribute from regular img tag
Some checks failed
Build and Deploy / build (push) Has been cancelled

This commit is contained in:
Unchained
2026-03-23 11:18:29 +02:00
parent 70d6cfc9a7
commit 0e9ad28dcf

View File

@@ -183,7 +183,6 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR"
src={images[selectedImage].url} src={images[selectedImage].url}
alt={images[selectedImage].alt || localized.name} alt={images[selectedImage].alt || localized.name}
className="w-full h-full object-cover" className="w-full h-full object-cover"
priority="true"
/> />
{/* Carousel Navigation - Mobile Only */} {/* Carousel Navigation - Mobile Only */}