How

Out of context: Reply #4

  • Started
  • Last post
  • 9 Responses
  • creez0

    the fade is initiated with this line:
    $("#blog-column img").lazyload({ placeholder : "_img/img_loading.gif", effect : "fadeIn" });

    the place holder is just a loading image, the function looks for a container with id : blog-column and an image inside of this container, i have tested you need at least the following JS files:

    jquery.js
    jquery.dimensions.js
    jquery.lazyload.js
    FancyZoom.js
    FancyZoomHTML.js

    the fancyzoom dependencie i dont know why but needs to be there.

View thread