Skip to content

Instantly share code, notes, and snippets.

@brittanydionigi
Created February 10, 2014 23:24
Show Gist options
  • Save brittanydionigi/8926297 to your computer and use it in GitHub Desktop.
Save brittanydionigi/8926297 to your computer and use it in GitHub Desktop.
lazy-load images for Smith
<img
data-original="//cdn.shopify.com/s/files/1/0202/8216/products/SWORDSSMITH-KILLER-quillearring500x750_large.jpg?v=1379114870"
class="lazy"
style="display: inline;">
<script type="text/javascript">
(function() {
$('img.lazy').lazyload({
effect: "fadeIn",
threshold: 200
});
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment