Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Tumblr posts overlapping at the end with infinite scrolling

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #255065
    quorella
    Participant

    Tumblr posts overlapping at the bottom with infinite scrolling
    So I searched endless solutions for this and I couldn’t find one and since I’m no expert in the field, I would be really grateful if someone could help me.

    My tumblr: http://quorella.tumblr.com/

    Html: https://codepen.io/quorella/pen/ZKVGqP

    #255204
    Shikkediel
    Participant

    The problem is that using a $(window).load apparently does not take care of initialising Masonry after the images have loaded. You’ll see it works correctly when the page is refreshed “softly”. You should probably look into using a plugin like ImagesLoaded, which would also require to update the relatively old version 1.4 of jQuery that is used on your site.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.