{"id":19473369,"url":"https://github.com/ethercreative/ether-gallery","last_synced_at":"2026-05-13T13:36:56.695Z","repository":{"id":32093069,"uuid":"35665184","full_name":"ethercreative/Ether-Gallery","owner":"ethercreative","description":"A gallery plugin for jQuery","archived":false,"fork":false,"pushed_at":"2015-05-18T08:57:59.000Z","size":144,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-22T12:34:07.968Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ethercreative.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-15T09:19:37.000Z","updated_at":"2023-12-23T05:25:22.000Z","dependencies_parsed_at":"2022-09-11T12:51:42.557Z","dependency_job_id":null,"html_url":"https://github.com/ethercreative/Ether-Gallery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethercreative%2FEther-Gallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethercreative%2FEther-Gallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethercreative%2FEther-Gallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethercreative%2FEther-Gallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethercreative","download_url":"https://codeload.github.com/ethercreative/Ether-Gallery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240693109,"owners_count":19842399,"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-11-10T19:18:20.767Z","updated_at":"2026-05-13T13:36:51.662Z","avatar_url":"https://github.com/ethercreative.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ether Gallery\nA gallery plugin for jQuery\n\n[**Demo**](http://ethercreative.github.io/ether-gallery/)\n\n### Example HTML Markup\n```html\n\u003cul class=\"gallery\"\u003e\n    \u003cli\u003e\n        \u003ca href=\"image1.jpg\" data-gallery=\"first_gallery\" title=\"First Image\"\u003eFirst Image\u003c/a\u003e\n        \u003ca href=\"image2.jpg\" data-gallery=\"first_gallery\"\u003e\u003cimg src=\"image2.jpg\" alt=\"Second Image\" /\u003e\u003c/a\u003e\n        \u003ca href=\"image3.jpg\" data-gallery=\"first_gallery\"\u003e\u003cimg src=\"image3.jpg\" alt=\"Third Image\" /\u003e\u003c/a\u003e\n        \u003ca href=\"image4.jpg\" data-gallery=\"first_gallery\"\u003eFourth Image\u003c/a\u003e\n        \u003ca href=\"image5.jpg\" data-gallery=\"first_gallery\"\u003e\u003cimg src=\"image5.jpg\" alt=\"Fifth Image\" /\u003e\u003c/a\u003e\n        \u003ca href=\"image6.jpg\" data-gallery=\"first_gallery\"\u003eSixth Image\u003c/a\u003e\n    \u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cdiv class=\"gallery\"\u003e\n    \u003ca href=\"image1.jpg\" data-gallery=\"gallery_2\"\u003eFirst Image\u003c/a\u003e\n    \u003ca href=\"image2.jpg\" data-gallery=\"gallery_2\"\u003e\u003cimg src=\"image2.jpg\" alt=\"Second Image\" /\u003e\u003c/a\u003e\n    \u003ca href=\"image3.jpg\" data-gallery=\"gallery_2\"\u003e\u003cimg src=\"image3.jpg\" alt=\"Third Image\" /\u003e\u003c/a\u003e\n    \u003ca href=\"image4.jpg\" data-gallery=\"gallery_2\"\u003eFourth Image\u003c/a\u003e\n    \n    \u003ca href=\"image5.jpg\" data-gallery=\"1\" title=\"Fifth Image\"\u003e\u003cimg src=\"image5.jpg\" alt=\"Fifth Image\" /\u003e\u003c/a\u003e\n    \u003ca href=\"image6.jpg\" data-gallery=\"1\" title=\"Sixth Image\"\u003e\u003c/a\u003e\n    \u003ca href=\"image7.jpg\" data-gallery=\"1\" title=\"Seventh Image\"\u003e\u003c/a\u003e\n    \u003ca href=\"image8.jpg\" data-gallery=\"1\" title=\"Eighth Image\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n```\n\n### JavaScript Setup\n```js\n$('.gallery').etherGallery({\n    keys: true, // Enables keyboard controls (left/right arrows, escape)\n    swipe: true // Enables swipe controls on touch devices\n});\n```\n\n### Classes\n- `.egal-overlay` An overlay div\n- `.egal-ul` The list\n- `.egal-active` The active list item\n- `.egal-prev` The previous list item\n- `.egal-next` The next list item\n\n\n### Lazy Loading\nThe images are loaded in as their list item becomes the `.egal-next`. This means we only load in images as we need them.\n\n\n### Todo\n- Add option to toggle lazy loading on images.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethercreative%2Fether-gallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethercreative%2Fether-gallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethercreative%2Fether-gallery/lists"}