{"id":26893336,"url":"https://github.com/jazzfog/livebox","last_synced_at":"2026-05-10T16:04:21.850Z","repository":{"id":58241289,"uuid":"53812011","full_name":"jazzfog/LiveBox","owner":"jazzfog","description":"A jQuery Lightbox Plugin (Deprecated)","archived":false,"fork":false,"pushed_at":"2020-05-28T05:55:09.000Z","size":73,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T01:30:49.576Z","etag":null,"topics":["jquery","jquery-plugin","jquery-ui","livebox","plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jazzfog.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}},"created_at":"2016-03-13T22:52:32.000Z","updated_at":"2022-02-23T19:07:54.000Z","dependencies_parsed_at":"2022-08-31T00:40:37.091Z","dependency_job_id":null,"html_url":"https://github.com/jazzfog/LiveBox","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzfog%2FLiveBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzfog%2FLiveBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzfog%2FLiveBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzfog%2FLiveBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jazzfog","download_url":"https://codeload.github.com/jazzfog/LiveBox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246323758,"owners_count":20759021,"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":["jquery","jquery-plugin","jquery-ui","livebox","plugin"],"created_at":"2025-03-31T23:46:32.511Z","updated_at":"2026-05-10T16:04:21.760Z","avatar_url":"https://github.com/jazzfog.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# (Deprecated) LiveBox - A jQuery Lightbox Plugin\n\n**Warning: The project is deprecated, use at your wown risk**\n\n## Key features\n\n- Clear documentation full of editable demos\n- Supports variety of content types, such as html, images, video, iframe, ajax and others\n- Drag\u0026drop and auto resize\n- Overlaying LiveBoxes (open one on top of another)\n- API for controlling LiveBox, including resizing and catching events\n- Chaining content (slideshow) including mixed content\n- Image preloading\n- Highly customizable look\n- JavaScript knowledge not required\n\n#### Install\n\n    bower install livebox\n    \nIf you do not use [bower](http://bower.io) you can [download files](https://github.com/jazzfog/LiveBox/archive/master.zip) from this repository and include it in your project.\n\n#### Some examples\n\nSimple HTML\n\n```javascript\n$(function () {\n\n    $.livebox({\n        type: 'html',\n        content: 'Hello, World!'\n    });\n});\n```\n\nContent from DOM element, reaction on event\n\n```javascript\n$(function () {\n\n    $.livebox({\n        content: '#divWithContent',\n        width: 500,\n        height: 300,\n        events: {\n            show: function () {\n                console.log('Window is open')\n            }\n        }\n    });\n});\n```\n\nFull documentation and demos on website - [liveboxjs.com](http://liveboxjs.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzfog%2Flivebox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjazzfog%2Flivebox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzfog%2Flivebox/lists"}