Skip to content

Commit

Permalink
trying out lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
parchinski committed Oct 24, 2024
1 parent f0ad060 commit 88ced88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/image-carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function ImageCarousel({ imagePaths, alt }: ImageCarouselProps) {
width={1112}
height={834}
className="w-full h-auto"
loading={'eager'}
loading={'lazy'}
/>
);

Expand Down

0 comments on commit 88ced88

Please sign in to comment.