Refactor browser-slider component to add lazy loading for browser images

This commit is contained in:
mr. M 2024-10-15 13:19:32 +02:00
parent 18f70d09bd
commit 10345bd694
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -34,6 +34,7 @@ export default function BrowserComplexityExample() {
width={1620}
height={900}
priority
loading="lazy"
key={i}
src={`www/public/browsers/image${i + 1}.png`}
alt="Zen Browser"