{"id":13432308,"url":"https://github.com/darkwing/LazyLoad","last_synced_at":"2025-03-16T23:31:06.065Z","repository":{"id":653335,"uuid":"295908","full_name":"darkwing/LazyLoad","owner":"darkwing","description":"LazyLoad allows you to defer image loading until the user scrolls down to each image.","archived":false,"fork":false,"pushed_at":"2023-10-14T04:46:07.000Z","size":114,"stargazers_count":147,"open_issues_count":9,"forks_count":28,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-10-27T11:50:28.182Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://davidwalsh.name/js/lazyload","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ross/requests-futures","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darkwing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2009-09-03T00:17:45.000Z","updated_at":"2024-07-29T17:17:43.000Z","dependencies_parsed_at":"2024-04-13T18:04:35.004Z","dependency_job_id":null,"html_url":"https://github.com/darkwing/LazyLoad","commit_stats":{"total_commits":23,"total_committers":3,"mean_commits":7.666666666666667,"dds":0.4347826086956522,"last_synced_commit":"c6c3dadfae5a194957095aaf57d0cd05e347e8e2"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwing%2FLazyLoad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwing%2FLazyLoad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwing%2FLazyLoad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkwing%2FLazyLoad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkwing","download_url":"https://codeload.github.com/darkwing/LazyLoad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243949874,"owners_count":20373653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T02:01:10.218Z","updated_at":"2025-03-16T23:31:05.782Z","avatar_url":"https://github.com/darkwing.png","language":"JavaScript","readme":"LazyLoad\n=========\n\nLazyLoad allows you to defer image loading until the user scrolls down to each image. Using LazyLoad can easily save you bandwidth and allow the page to load faster for the user.  This plugin takes only a minute to implement so using LazyLoad is a must.\n\n![Screenshot](http://davidwalsh.name/dw-content/lazyload.png)\n\n\nHow to Use\n----------\n\nLazyLoad should be initialized during the DOMReady event.  There are no required arguments -- only options.\n\n\t#JS\n\t/* LazyLoad instance */\n\tvar lazyloader = new LazyLoad({\n\t\trange: 200,\n\t\trealSrcAttribute: \"data-src\",\n\t\tuseFade: true,\n\t\telements: 'img',\n\t\tcontainer: window\n\t});\n\t\n\t#HTML\n\t\u003cimg src=\"http://davidwalsh.name/dw-content/blank.gif\" data-src=\"http://davidwalsh.name/dw-content/mexico-2009/small/102_1152.jpg\" /\u003e\n\t\u003c!-- or --\u003e\n\t\u003cimg data-src=\"http://davidwalsh.name/dw-content/mexico-2009/small/102_1152.jpg\" /\u003e\n\t\n\nFor specific usage and options, please read the documentation or visit [http://davidwalsh.name/js/lazyload](http://davidwalsh.name/js/lazyLoad)","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwing%2FLazyLoad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkwing%2FLazyLoad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkwing%2FLazyLoad/lists"}