Viewing 1 replies (of 1 total)
  • Hello Bootycat,

    don’t know if you managed to achieve this, but I did, this is how I got it to working (a bit of research on the JS Unveil plugin itself):

    Threshold
    By default, images are only loaded and “unveiled” when the user scrolls to them and they became visible on the screen.
    If you want your images to load earlier than that, lets say 200px before they appear on the screen, you just have to:
    $(“img”).unveil(200);

    So we need to find such settings inside the Plugin files, for such we go WordPress > Plugins – Scroll till Unveil Lazy Load – > Edit :

    On the right hand side, choose “unveil-lazy-load/js/jquery.optimum-lazy-load.min.js” , once is load, search on the string of characters for this:
    g=200 and set it to the value you desired threshold.

    Do some testing until it meets your needs.

Viewing 1 replies (of 1 total)
  • The topic ‘pics should be visible, load only when scolling’ is closed to new replies.