danielgindi/jquery-backstretch

2.0.5 - Uncaught TypeError: Cannot read property 'length' of undefined

Closed this issue · 2 comments

open lazyloading.html
jquery.backstretch.js:504 Uncaught TypeError: Cannot read property 'length' of undefined

                          // Resume the slideshow
                          if (!self.paused && this.images.length > 1) {
                            self.cycle();
                          }

try changing "this" to "self" and see if that works.

That fixes the problem.