Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $("img.lazy").lazyload({
  2. effect: "fadeIn",
  3. container: $(".slides > li")
  4. });
  5.  
  6. $("#flexcontainer img.lazy").lazyload({
  7. failure_limit : 10,
  8. effect: "fadeIn",
  9. skip_invisible : false
  10. });
  11.  
  12. $("#flexcontainer img.lazy").lazyload({
  13. failure_limit : 10,
  14. effect: "fadeIn",
  15. event : "mouseover"
  16. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement