Anchor links do not work on first click

In a current project I have some issues with anchor links.

On the first click it scrolls to the wrong section, but on second click it does scroll to the right section. I already figured out that it is because of the lazy load image settings.

Setting all images to eager made the trick, but since this decreases the performance I was wondering if there might be a better alternativ.

Do you have any ideas?

If relevant here are the links:
https://preview.webflow.com/preview/next-level-ecom?utm_medium=preview_link&utm_source=designer&utm_content=next-level-ecom&preview=7bf1ad2e7fc043f70d40f64c4a9629d2&pageId=6470b96b6a9d1c73f4e50030&workflow=preview

Hello @willi.sommer.4711, instead of using eager loading for all images, you can selectively preload the images that are within the anchor link target sections. This ensures that the necessary images are loaded before scrolling to the section, without having to load all images eagerly.