An open API service indexing awesome lists of open source software.

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

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) :

```html

Thumbnail

```

You can also create groups of images :

```html

Thumbnail 1


Thumbnail 2

```

If you add a title attribute to a link, it will be displayed at the bottom of the image.