Skip to content

jQuery lightbox script for displaying images, videos and more. Touch enabled, responsive and fully customizable.

Notifications You must be signed in to change notification settings

BinodBolakhe/fancybox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fancyBox

jQuery lightbox script for displaying images, videos and more. Touch enabled, responsive and fully customizable.

See the project page for documentation and a demonstration.

Follow @thefancyapps for updates.

Quick start

1. Add latest jQuery and fancyBox files

<script src="//code.jquery.com/jquery-3.1.1.min.js"></script>

<link  href="/path/to/fancybox.css" rel="stylesheet">
<script src="/path/to/fancybox.js"></script>

2. Create links

<a data-fancybox="gallery" href="big_1.jpg">
    <img src="small_1.jpg">
</a>

<a data-fancybox="gallery" href="big_2.jpg">
    <img src="small_2.jpg">
</a>

3. Enjoy!

License

fancyBox has two kinds of licenses: open-source and commercial.

Open source license

The open source license is designed for you to use fancyBox to build open source and personal projects or in educational scenarios that are free for students to view or attend. fancyBox open source license is GPLv3.

Commercial license

If you want to use fancyBox to develop commercial sites, themes, projects, and applications without the provisions of the GPLv3, the commercial license is the appropriate license.

Read more about fancyBox license.

Bug tracker

If you find a bug, please report it here on Github!

About

jQuery lightbox script for displaying images, videos and more. Touch enabled, responsive and fully customizable.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.7%
  • CSS 9.3%