{"id":18525539,"url":"https://github.com/zero-24/plg_content_imagelazyloading","last_synced_at":"2025-10-15T20:49:59.560Z","repository":{"id":115514428,"uuid":"256600026","full_name":"zero-24/plg_content_imagelazyloading","owner":"zero-24","description":"Joomla Plugin for the image and iframe tag lazyloading attribute","archived":false,"fork":false,"pushed_at":"2024-12-22T16:09:28.000Z","size":117,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T05:34:59.168Z","etag":null,"topics":["joomla","joomla-plugin","lazy-loading","lazyload"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zero-24.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,"publiccode":null,"codemeta":null}},"created_at":"2020-04-17T20:11:46.000Z","updated_at":"2024-12-22T16:09:32.000Z","dependencies_parsed_at":"2024-09-07T21:28:57.463Z","dependency_job_id":"60df2d83-44b0-4a06-9bc2-ef5acc92cca7","html_url":"https://github.com/zero-24/plg_content_imagelazyloading","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero-24%2Fplg_content_imagelazyloading","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero-24%2Fplg_content_imagelazyloading/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero-24%2Fplg_content_imagelazyloading/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero-24%2Fplg_content_imagelazyloading/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zero-24","download_url":"https://codeload.github.com/zero-24/plg_content_imagelazyloading/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248040204,"owners_count":21037833,"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":["joomla","joomla-plugin","lazy-loading","lazyload"],"created_at":"2024-11-06T17:46:16.178Z","updated_at":"2025-10-15T20:49:54.510Z","avatar_url":"https://github.com/zero-24.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImageLazyloading Plugin\n\nThis Joomla Plugin sets the lazyloading attribute to images and iframes.\n\n## Features\n\nThis Joomla Plugin sets the lazyloading attribute to all images and iframes that passes the onContentPrepare Event to allow modern browsers to lazyload them.\n\nMore information about the `loading` attribute:\n- Description: [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-loading](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-loading).\n- HTML Specification: [https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-loading](https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-loading).\n- Currently the `loading` attribute is supported in the following browsers: [https://caniuse.com/#feat=loading-lazy-attr](https://caniuse.com/#feat=loading-lazy-attr).\n\n\n## Configuration\n\n### Initial setup the plugin\n\n- [Download the latest version of the plugin](https://github.com/zero-24/plg_content_imagelazyloading/releases/latest)\n- Install the plugin using `Upload \u0026 Install`\n- Enable the plugin `Conent - ImageLazyloading` from the plugin manager\n- (optional) Enable the option for iframes within the setting if desired\n\nNow the inital setup is completed and the plugin is running.\n\n### Option descriptions\n\n## Update Server\n\nPlease note that my update server only supports the latest version running the latest version of Joomla and atleast PHP 7.0.\nAny other plugin version I may have added to the download section don't get updates using the update server.\n\n## Issues / Pull Requests\n\nYou have found an Issue, have a question or you would like to suggest changes regarding this extension?\n[Open an issue in this repo](https://github.com/zero-24/plg_content_imagelazyloading/issues/new) or submit a pull request with the proposed changes.\n\n## Translations\n\nYou want to translate this extension to your own language? Check out my [Crowdin Page for my Extensions](https://joomla.crowdin.com/zero-24) for more details. Feel free to [open an issue here](https://github.com/zero-24/plg_content_imagelazyloading/issues/new) on any question that comes up.\n\n## Beyond this repo\n\nThis plugin was intended as backport for the lazyload features added in Joomla 4.0 but where later replaced in the core by a more native integration. You can find more details on the differences at this magazine article: [Using native lazyloading on your website](https://magazine.joomla.org/all-issues/january-2021/using-native-lazyloading-on-your-website)\n\n## Special Thanks\n\nDavid Jardin - @snipersister\u003cbr\u003e\nFelix Arntz - @felixarntz - https://github.com/WordPress/wp-lazy-loading\n\nFor giving the inspiration for the plugin and the input and feedback on the actual implementation. Thanks :+1:\n\n## Joomla! Extensions Directory (JED)\n\nThis plugin can also been found in the Joomla! Extensions Directory: [ImageLazyloading by zero24](https://extensions.joomla.org/extension/imagelazyloading/)\n\n## Release steps\n\n- `build/build.sh`\n- `git commit -am 'prepare release ImageLazyloading 1.0.x'`\n- `git tag -s '1.0.x' -m 'ImageLazyloading 1.0.x'`\n- `git push origin --tags`\n- create the release on GitHub\n- `git push origin master`\n\n## Crowdin\n\n### Upload new strings\n\n`crowdin upload sources`\n\n### Download translations\n\n`crowdin download --skip-untranslated-files --ignore-match`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero-24%2Fplg_content_imagelazyloading","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzero-24%2Fplg_content_imagelazyloading","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero-24%2Fplg_content_imagelazyloading/lists"}