Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
Node is saved as draft in My Content >> Draft
  • lazy load for image

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 1
    Comment on it

    depedency

     // Lazy Load is delays loading of images in long web pages. Images outside of viewport are not loaded until user scrolls to them.
        if(typeof $("img.lazy").lazyload == 'function')
        {
            $("img.lazy").lazyload({
                threshold: 200,
                effect  :  "fadeIn",
                failure_limit : 10
            });
        }   
    
    lazy load

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: