locomotivemtl / locomotive-scroll

🛤 Detection of elements in viewport & smooth scrolling with parallax.
https://locomotivemtl.github.io/locomotive-scroll
MIT License
7.98k stars 1.12k forks source link

Locomotive scroll cutting of bottom of page(Not full height) #493

Closed kiyoshi-satoo closed 1 year ago

kiyoshi-satoo commented 1 year ago

My page is too long and it has a lot of images that load via lazyload

lozad('.lozad', {
    loaded: function(el) {
       scroller.update()
    }
});

or using setTimeout

Such methods do not help. The page height is still calculated incorrectly. Plus, I get another bug with scroll jumps.

Are there any workarounds to solve this?