Skip to content

Instantly share code, notes, and snippets.

@clooth
Created August 28, 2012 20:16
Show Gist options
  • Save clooth/3503668 to your computer and use it in GitHub Desktop.
Save clooth/3503668 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://raw.github.com/tuupola/jquery_lazyload/master/jquery.lazyload.min.js"></script>
<script type="text/javascript">
$(function() {
var images = $('[data-original]');
images.lazyload({
effect: 'fadeIn'
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment