Skip to content

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

License

Notifications You must be signed in to change notification settings

yalogica/flashy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashy - jQuery Lightbox & Popup Plugin

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

Video

Quick start

Static HTML

Insert the required stylesheet at the header of your HTML document:

<link rel="stylesheet" href="/flashy/flashy.min.css" />

Insert the script at the footer of your document:

<script src="/jquery/jquery.js"></script>
<script src="/flashy/jquery.flashy.min.js"></script>

Usage

Insert one or more links with its your own custom class

<a class="gallery" href="image-big.jpg"><img src="image-small.jpg" alt="image alt"/></a>

Call the plugin function and your Flashy is ready for all the selected links.

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

License

Released under the MIT License

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published