feat: add lazy loading

This commit is contained in:
Zamitto 2024-09-19 15:38:33 -03:00
parent e526c0f650
commit e7b4f8e1c8

View file

@ -128,6 +128,7 @@ export function GallerySlider() {
src={image.path_full}
style={{ translate: `${-100 * mediaIndex}%` }}
alt={t("screenshot", { number: i + 1 })}
loading="lazy"
/>
))}