Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <img data-src="path/to/image.jpg" class="js-lazy-load" />
  2.  
  3. <img src="path/to/image.jpg" />
  4.  
  5. <a href="path/to/image.jpg" class="js-lazy-load">Image alt text here</a>
  6.  
  7. <img src="path/to/image.jpg" alt="Image alt text here" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement