diff --git a/src/ui/LazyImg.js b/src/ui/LazyImg.js index ffae5f4..3306d56 100644 --- a/src/ui/LazyImg.js +++ b/src/ui/LazyImg.js @@ -134,6 +134,8 @@ define(function (require) { var main = this.main = lib.g(options.main) || $('.' + options.main)[0]; this.imgs = options.imgs || $('img', main).toArray(); + + $.extend(this.options, options); Lazy.add(main, $.proxy(privates.load, this), options.offset);