Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yalogica/flashy

Yet another lightbox jQuery plugin for creating popups with focus on stunning effects and performance
https://github.com/yalogica/flashy

animation-css gallery jquery lightbox modal plugin popup slider

Last synced: about 2 months ago
JSON representation

Yet another lightbox jQuery plugin for creating popups with focus on stunning effects and performance

Awesome Lists containing this project

README

        

# Flashy - jQuery Lightbox & Popup Plugin

Yet another responsive jQuery lightbox and popup plugin, support images, inline contents, iframes, vimeo and youtube videos.

[![Video](http://img.youtube.com/vi/njKeoZobbYo/0.jpg)](https://www.youtube.com/watch?v=njKeoZobbYo)

## Quick start

### Static HTML

Insert the required stylesheet at the [header](https://developer.yahoo.com/performance/rules.html#css_top) of your HTML document:

```html

```

Insert the script at the [footer](https://developer.yahoo.com/performance/rules.html#js_bottom) of your document:

```html

```

### Usage

Insert one or more links with its your own custom class

```html
image alt
```

Call the [plugin](https://learn.jquery.com/plugins/) function and your Flashy is ready for all the selected links.

```javascript
$(document).ready(function(){
$('.gallery').flashy();
});
```

## License

Released under the MIT License