• Resolved alegira

    (@alegira)


    Hi, is there some way to make wppa work wit lazy load infinite scrolling? I have in my front page a random thumbnail view of all images in the system, and would be great if I could display them without pagination.

    thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I am working on it. All photos will be loaded at the moment their display area enters the browser window.
    This will be released soon.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Pls update to current version 6.9.03 and tick the box in Table IV-A19: Lazy load

    My next project will be ‘local cdn’, a cdn emulation on the site’s server.

    Thread Starter alegira

    (@alegira)

    Hi, should I install any other plugin for it to work?
    I have been testing on https://hyper-irrealism.com , but I could not get it working just by wppa lazy load new option. I did set pagination to 450 elements, disabled minify, caching and cloudflare.

    Thread Starter alegira

    (@alegira)

    Sorry, I deleted my browser cache and could see it working fine.
    Thanks for this new functionality. Looking forward for the local CDN too.

    Thread Starter alegira

    (@alegira)

    I am trying to get it work with custom scroll bar plugin applied to .wppa-thumbs-area , as this is a good solution for my second slide, where I have many gallery covers. Maybe it is not possible to get both functionalities working together.

    please take a look at https://hyper-irrealism.com

    thanks

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You do not need a plugin to do this.
    Try custom css:

    .wppa-thumb-area {
    	max-height:500px;
    	overflow:auto;
    }
    

    However, this requires an onscroll handler for the thumb area to trigger the ‘make lazy visible’ function. ( onscroll=”wppaMakeLazyVisible();” )
    I have built that into the current dev version 6.9.04.001.
    If you download it, pls verify the version number (6.9.04.001. or later). It sometimes takes a few hours for a commit is processed, it seems to be busy on the plugins depository.

    It works here: https://betatest.opajaap.nl/test-page/wppaspec/oc1/lnen/cv0/ab4

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Current dev version 6.9.04.002 now has first phase local cdn.

    Works with .jpg only (yet) and no tools yet to remove files, but will be extended.

    Enable by selecting ‘Local’ in Table IX-K4

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘support for lazy laoding infinite scrolling’ is closed to new replies.