{"id":21616639,"url":"https://github.com/nesk/boxifier","last_synced_at":"2026-05-15T21:32:24.131Z","repository":{"id":148102957,"uuid":"2098013","full_name":"nesk/Boxifier","owner":"nesk","description":"A lightweight HTML5 Lightbox","archived":false,"fork":false,"pushed_at":"2013-06-08T16:23:54.000Z","size":122,"stargazers_count":2,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-05T15:48:52.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nesk.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":"2011-07-24T20:33:17.000Z","updated_at":"2014-06-05T13:13:42.000Z","dependencies_parsed_at":"2023-03-27T13:53:34.941Z","dependency_job_id":null,"html_url":"https://github.com/nesk/Boxifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nesk/Boxifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesk%2FBoxifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesk%2FBoxifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesk%2FBoxifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesk%2FBoxifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nesk","download_url":"https://codeload.github.com/nesk/Boxifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesk%2FBoxifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33080777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-24T22:14:55.489Z","updated_at":"2026-05-15T21:32:24.095Z","avatar_url":"https://github.com/nesk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"__This project is abandoned!__\n\n# Boxifier\n\n## Presentation\n\nA lightweight HTML5 Lightbox using CSS3 animations and supporting old web browsers.\n\nThe project _is currently in development_ ! The goal is to obtain a JS file smaller than 6Ko (and less if possible).\n\nCurrently, the main functions are finished, but some parts of the script are bugged so please _be careful_ if you want to use Boxifier! Remember to check this page (https://github.com/Nesk/Boxifier/issues) to know the current issues.\n\n## Installation and usage\n\nTo use this project on a web page, just add those five lines in your `\u003chead\u003e` tag :\n\n```html\n\u003c!--[if lt IE 9]\u003e\n  \u003cstyle\u003e@import url('boxifier_ie.css');\u003c/style\u003e\n\u003c![endif]--\u003e\n\u003cstyle\u003e@import url('boxifier.css');\u003c/style\u003e\n\u003cscript src=\"boxifier.js\"\u003e\u003c/script\u003e\n```\n\nAnd specify the links you want to associate to Boxifier (Lightbox2 syntax is also supported) :\n\n```html\n\u003ca href=\"fullsize.jpg\" rel=\"boxifier\"\u003e\n    \u003cimg src=\"thumbnail.jpg\" alt=\"Thumbnail\"\u003e\n\u003c/a\u003e\n```\n\nYou can also create groups of images :\n\n```html\n\u003ca href=\"fullsize1.jpg\" rel=\"boxifier[group1]\"\u003e\n    \u003cimg src=\"thumbnail1.jpg\" alt=\"Thumbnail 1\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"fullsize2.jpg\" rel=\"boxifier[group2]\"\u003e\n    \u003cimg src=\"thumbnail2.jpg\" alt=\"Thumbnail 2\"\u003e\n\u003c/a\u003e\n```\n\nIf you add a title attribute to a link, it will be displayed at the bottom of the image.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnesk%2Fboxifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnesk%2Fboxifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnesk%2Fboxifier/lists"}