Lazy load blog posts

后端 未结 5 1064
清歌不尽
清歌不尽 2021-02-06 10:00

I have a list of blog posts and the number is reaching 25+ but it\'s all in the one page so I need to try and build a lazy loader.

I have tried various plugins but none

5条回答
  •  伪装坚强ぢ
    2021-02-06 10:47

    I have tried getting the top of an element and displaying content when it is in viewport, the content could be just hidden or loaded from ajax call. Try this code. You can experiment with sensitivity variable to see what works for you best:

    
    
    
        
        
        
    
        
    
    
    
        

提交回复
热议问题