Lazy Loading Images with Fallback

An interesting look at lazy loading images without breaking things if JS is unavailable:

Lazy Loading Images? Don’t Rely On JavaScript!

This is definitely in line with the FallBack philosophy, so I’ll definitely be thinking about including a reference there too.