Lazy Load Plugin for jQuery

Blog Projects

Plugin enabled on css background images with fadein effect

Here be dragons.

  <div class="lazy" data-original="img/bmw_m1_hood.jpg" style="background-image: url('img/grey.gif'); width: 765px; height: 574px;"></div>

  $("div.lazy").lazyload({
      effect : "fadeIn"
  });
      
CATEGORIES
Built using the awesome Flat UI Pro framework by Designmodo.

© 2013 Mika Tuupola.