• Resolved astrasuite

    (@astrasuite)


    Excellent plugin, major difference from others is it won’t affect SEO of images, and it won’t load again if loaded in browser cache already.

    One question which I am still not clear about. Threshold … let’s say I key in 10. Does this mean it will not lazy load images that are sized 10px and below ?

    Thanks

    http://wordpress.org/extend/plugins/bj-lazy-load/

Viewing 1 replies (of 1 total)
  • Plugin Author bjornjohansen

    (@bjornjohansen)

    Up to version 0.4.0 there was two thresholds, so I’m not sure which one you are referring to.

    The first one was how many msecs after the triggered event (scroll), the testing function should run. A value of 10 would trigger the loader 10 msecs after the scroll event was fired.

    The other was how close to the viewport (browser window) the image could get before getting loaded. A value of 10 means the image would load when it was 10 pixels below the viewport.

    Version 0.5.0 doesn’t have either of these options (due to JS library switch), but the viewport threshold option will soon be added back in.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: BJ Lazy Load] Excellent’ is closed to new replies.