-
Notifications
You must be signed in to change notification settings - Fork 1
Images lazy loading
Sébastien LUCAS edited this page Feb 20, 2016
·
2 revisions
- Load images only when there could be visible on screen > to save bandwidth
- Display a placeholder or div wrapping the image before it load (need to know its proportion height x width)
- Could also display a loading effet, transition, spinner... when the image is actually loading
By not setting the src attributes of img tag, but settings it dynamically with js
Libs