{"id":260267,"date":"2017-09-26T07:00:22","date_gmt":"2017-09-26T14:00:22","guid":{"rendered":"http:\/\/css-tricks.com\/?p=260267"},"modified":"2019-07-10T16:04:55","modified_gmt":"2019-07-10T23:04:55","slug":"lozad-js-performant-lazy-loading-images","status":"publish","type":"post","link":"https:\/\/css-tricks.com\/lozad-js-performant-lazy-loading-images\/","title":{"rendered":"Lozad.js: Performant Lazy Loading of Images"},"content":{"rendered":"

There are a few different “traditional” ways of lazy loading of images. They all require JavaScript needing to figure out if an image is currently visible within the browser’s viewport or not. Traditional approaches might be:<\/p>\n