Skip to content

feature: lazy-load images where possible

Christian Meeßen requested to merge 34-optimise_images into main

Created by: cmeessen

Fixes #34 (closed)

Changes proposed in this pull request:

  • Where possible, use NextJS <image/> component to enable automatic lazy loading
  • the <image/> component is used in the Spotlight and the Upcoming section

How to test:

  • observe network traffic when opening the page and confirm that spotlight image and the "upcoming" stock photo only load when being scrolled into view

Merge request reports

Loading