ContributionsMost RecentMost LikesSolutionsRe: Page jumps after the images load hello, hmm yeah the problem is, as you said, that the anchor scroll jump happens before all the content is loaded, images load in and cause height differences of the page and shift the scroll position down. My suggestion would be to explicitly declare the height of all the images that are lazy-loaded. That way the page height will be as expected even before the the images load and your anchor scroll down should work as expected.