This version of Lazy Load is just a bugfix release. Minor release number bump is there because I pulled a new feature in last minute and I did not want to mess up my git branching. Bugfix usually does not normally warrant for the minor bump. Bugs fixed Plugin now works correctly when using many instances and they have different container. $("#column-1 img").lazyload({ container:$("#column-1") }); $("#column-2 img").lazyload({ container:$("#column-2") }); $("#column-3 img").lazyload({ containe...