Skip to content

Instantly share code, notes, and snippets.

View kingsolomon17's full-sized avatar

Solomon Alozie kingsolomon17

View GitHub Profile
@kingsolomon17
kingsolomon17 / index.pug
Created September 11, 2020 08:27
Responsive Lazy Load Images Oldschool
h1 Works in every browser
.gallery
.image
img.lazy-image(data-src="https://source.unsplash.com/random/" + Math.floor(600 + Math.random() * 100))
.image
img.lazy-image(data-src="https://source.unsplash.com/random/" + Math.floor(600 + Math.random() * 100))
.image.image--big
img.lazy-image(data-src="https://source.unsplash.com/random/" + Math.floor(600 + Math.random() * 100))
.image