Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yalogica/flashy
- Owner: yalogica
- License: mit
- Created: 2018-05-25T05:52:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T13:50:04.000Z (over 6 years ago)
- Last Synced: 2024-05-31T20:00:01.493Z (8 months ago)
- Topics: animation-css, gallery, jquery, lightbox, modal, plugin, popup, slider
- Language: JavaScript
- Homepage:
- Size: 1.43 MB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
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