Lazyload Data-Original not showing up

claytp / 2012-10-23 05:49:14   

hello,

i am trying to get images in my horizontal exhibit to lazy load (fade in from grey as they scroll into the window) using the appelsiini.net javascript plugin. the problem i am having is i can only see the grey placeholder image - the actual image never loads to take it's place.

  1. using both this old thread: indexhibit.org/forum/thread/11014/
  2. and these instructions: appelsiini.net/projects/lazyload/…
  3. as a reference, i have added the jquery.lazyload.js to the scripts in my main index and placed the js file in the right place in my ftp site. i have assigned the images to have the blank/grey placeholder as source, and the actual image to take its place to be "data-original". i have added the call to lazyload in my exhibit php file, like this:
  4. $('img').lazyload({effect:'fadeIn'});

my exhibit format is the horizontally sized one, from this thread:
indexhibit.org/forum/thread/…

my site is:
patty-clayton.com/…

thanks for any light you can shed on this !

This thread has been closed, thank you.