{"id":24922348,"url":"https://github.com/leandrolopes13/jgallery-wp","last_synced_at":"2026-04-28T20:32:20.571Z","repository":{"id":275258832,"uuid":"925569496","full_name":"leandrolopes13/jgallery-wp","owner":"leandrolopes13","description":"jGallery plugin for Wordpress","archived":false,"fork":false,"pushed_at":"2025-02-02T01:38:35.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T10:50:44.348Z","etag":null,"topics":["gallery","images","lightbox","plugin","videos","wordpress"],"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/leandrolopes13.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":"2025-02-01T07:13:26.000Z","updated_at":"2025-02-02T01:38:38.000Z","dependencies_parsed_at":"2025-02-01T08:22:02.413Z","dependency_job_id":"c875aa23-864a-4a96-95b7-3761acdc242b","html_url":"https://github.com/leandrolopes13/jgallery-wp","commit_stats":null,"previous_names":["leandrolopes13/jgallery-wp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/leandrolopes13/jgallery-wp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandrolopes13%2Fjgallery-wp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandrolopes13%2Fjgallery-wp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandrolopes13%2Fjgallery-wp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandrolopes13%2Fjgallery-wp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leandrolopes13","download_url":"https://codeload.github.com/leandrolopes13/jgallery-wp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leandrolopes13%2Fjgallery-wp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32398513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["gallery","images","lightbox","plugin","videos","wordpress"],"created_at":"2025-02-02T11:19:01.359Z","updated_at":"2026-04-28T20:32:20.557Z","avatar_url":"https://github.com/leandrolopes13.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jGallery Wordpress plugin.\n\nA lightweight and responsive JavaScript image and videos(youtube, vimeo and mp4) gallery library.\n\n## Sponsor\n\nPublicidade BH - Apps, Sistemas e sites - https://www.publicidadebh.com.br/\n\n## jQuery plugin\n\nhttps://github.com/leandrolopes13/jgallery\n\n## Features\n\n- 🖼️ Responsive image gallery\n- 🚀 Lightweight and fast\n- 🎨 Customizable styling\n- 📱 Mobile-friendly\n- 🔍 Image zoom support\n- ⌨️ Keyboard navigation\n- 🎯 Easy to integrate\n\n## Installation\n\nCopy the folder to your wordpress plugins folder and activate it.\n\n## Usage\n\n```php\ndo_shortcode('[jgallery images=\"http://localhost/jgallery-wp/wp/wp-content/uploads/2025/02/image2.jpg, http://localhost/jgallery-wp/wp/wp-content/uploads/2025/02/image1.jpg, https://vimeo.com/76979871;https://i.vimeocdn.com/video/452001751-8216e0571c251a09d7a8387550942d89f7f86f6398f8ed886e639b0dd50d3c90-d_260x163, https://www.youtube.com/watch?v=4FUnXaq_VWk;https://i3.ytimg.com/vi/4FUnXaq_VWk/hqdefault.jpg\"]');\n```\n\n## Events\n### Resize\nis fired when the content dimensions are recalculated\n```javascript\n.on('jgallery.resize', function (e) {\n\tconsole.log('jgallery.resize');\n})\n```\n### Open\nis fired when the open the lightbox\n```javascript\n.on('jgallery.open', function (e) {\n\tconsole.log('jgallery.open');\n})\n```\n### Change\nis fired when the content is changed\n```javascript\n.on('jgallery.change', function (e) {\n\tconsole.log('jgallery.change');\n})\n```\n### Loaded\nis fired when the content is fully loaded\n```javascript\n.on('jgallery.loaded', function (e) {\n\tconsole.log('jgallery.loaded');\n})\n```\n### Close\nis fired when the lightbox is closed\n```javascript\n.on('jgallery.close', function (e) {\n\tconsole.log('jgallery.close');\n})\n```\n\n## Browser Support\n\n- Chrome (latest)\n- Firefox (latest)\n- Safari (latest)\n- Edge (latest)\n- Opera (latest)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n\nLeandro Lopes - leandrolopes.java@gmail.com - [GitHub Profile](https://github.com/leandrolopes13)\n\n## Acknowledgments\n\n- Thanks to all contributors who have helped make jGallery better\n- Inspired by various gallery libraries in the JavaScript ecosystem\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandrolopes13%2Fjgallery-wp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleandrolopes13%2Fjgallery-wp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandrolopes13%2Fjgallery-wp/lists"}