Skip to content

Commit

Permalink
feat: add lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
zamitto committed Sep 19, 2024
1 parent e526c0f commit e7b4f8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export function GallerySlider() {
src={image.path_full}
style={{ translate: `${-100 * mediaIndex}%` }}
alt={t("screenshot", { number: i + 1 })}
loading="lazy"
/>
))}

Expand Down

0 comments on commit e7b4f8e

Please sign in to comment.