Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Lazy Load?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #27813
    ash3s
    Participant

    Has anyone had any experience with the jquery Lazy Loader plugin? I’m trying to have images in a div called "container" load with it but haven’t had any success. Here is my code:

    Code:


    and my CSS:

    Code:
    #container{
    width: 960px;
    vertical-align:top;
    position:relative;
    top:170px;
    height: 450px;
    overflow: visible;
    }

    I've followed the tutorial here: http://www.appelsiini.net/projects/lazyload/enabled_container.html
    but it's not working for me. Any tips???

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.