https://github.com/nesk/boxifier
A lightweight HTML5 Lightbox
https://github.com/nesk/boxifier
Last synced: 28 days ago
JSON representation
A lightweight HTML5 Lightbox
- Host: GitHub
- URL: https://github.com/nesk/boxifier
- Owner: nesk
- License: lgpl-3.0
- Created: 2011-07-24T20:33:17.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-06-08T16:23:54.000Z (about 13 years ago)
- Last Synced: 2025-08-05T15:48:52.626Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 119 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
__This project is abandoned!__
# Boxifier
## Presentation
A lightweight HTML5 Lightbox using CSS3 animations and supporting old web browsers.
The project _is currently in development_ ! The goal is to obtain a JS file smaller than 6Ko (and less if possible).
Currently, 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.
## Installation and usage
To use this project on a web page, just add those five lines in your `` tag :
```html
@import url('boxifier.css');
```
And specify the links you want to associate to Boxifier (Lightbox2 syntax is also supported) :
You can also create groups of images :
If you add a title attribute to a link, it will be displayed at the bottom of the image.