lazyload icon indicating copy to clipboard operation
lazyload copied to clipboard

Zepto compatibility

Open admbtlr opened this issue 11 years ago • 0 comments

Some small adjustments to enable compatibility with a vanilla Zepto installation:

  • use an explicit definition of visible (to avoid $this.is(":visible"))
  • substitute window.pageXOffset for $window.scrollLeft()
  • add a check that means the custom selectors won't be added under Zepto

admbtlr avatar Aug 26 '13 09:08 admbtlr