brohlson / gatsby-plugin-anchor-links

⚓ Gatsby plugin for using smooth scroll anchor links with a Gatsby Link component
https://www.npmjs.com/package/gatsby-plugin-anchor-links
MIT License
68 stars 22 forks source link

Scrolls to anchor before GatsbyImage has loaded #41

Open konstantinschuette opened 3 years ago

konstantinschuette commented 3 years ago

Hello,

Steps to reproduce:

  1. Clone my project https://github.com/KonstantinSchuette/gatsby-anchor-bug
  2. gatsby develop
  3. Fire up a incognito tab and navigate to http://localhost:8000/page-2
  4. Then click on GO TO ANCHOR
  5. Now you should see this: browser

I think the anchor plugins doesn't respect the height of the image, because the offset is equal to the height of the image.

konstantinschuette commented 3 years ago

This does not happen, when you use Gatsbys built in <Link>.