mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
Refactor browser-slider component to add lazy loading for browser images
This commit is contained in:
parent
18f70d09bd
commit
10345bd694
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue