ressio / lazy-load-xt

Lazy load XT is a jQuery plugin for images, videos and other media
http://ress.io/lazy-load-xt-jquery/
MIT License
1.36k stars 243 forks source link

"disable auto initialization" not working #51

Open cvlug opened 9 years ago

cvlug commented 9 years ago

it seems not possible to disable auto initialization. Both $.lazyLoadXT.autoInit=false;

AND

$.extend($.lazyLoadXT, { autoInit: false }); do not prevent the lazy loading. anybody an idea?

jsfiddle: https://jsfiddle.net/cvlug/16f5h1mn/