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.
using both this old thread: indexhibit.org/forum/thread/11014/
and these instructions: appelsiini.net/projects/lazyload/…
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:
$('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 !