2017 © Pedro Peláez
 

library fancybox-component

Clone of fancyapps/fancybox as a component

image

wb7/fancybox-component

Clone of fancyapps/fancybox as a component

  • Friday, July 14, 2017
  • by wb7
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

fancybox-component

This repository contains the (more or less) current version of fancybox packed for composer., (*1)

fancyBox

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

See the project page for documentation and a demonstration., (*3)

Follow @thefancyapps for updates., (*4)

Quick start

1. Add latest jQuery and fancyBox files, (*5)



<link  href="/path/to/jquery.fancybox.min.css" rel="stylesheet">

2. Create links, (*6)

<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!, (*7)

License

fancyBox is licensed under the GPLv3 license for all open source applications. A commercial license is required for all commercial applications (including sites, themes and apps you plan to sell)., (*8)

Read more about fancyBox license., (*9)

Bugs and feature requests

If you find a bug, please report it here on Github., (*10)

Guidelines for bug reports:, (*11)

  1. Use the GitHub issue search — check if the issue has already been reported.
  2. Check if the issue has been fixed — try to reproduce it using the latest master or development branch in the repository.
  3. Isolate the problem — create a reduced test case and a live example. You can use CodePen to fork any demo found on documentation to use it as a template.

A good bug report shouldn't leave others needing to chase you up for more information. Please try to be as detailed as possible in your report., (*12)

Feature requests are welcome. Please look for existing ones and use GitHub's "reactions" feature to vote., (*13)

Please do not use the issue tracker for personal support requests - use Stack Overflow (fancybox-3 tag) instead., (*14)

The Versions

14/07 2017

dev-master

9999999-dev https://github.com/wb7/fancybox-component

Clone of fancyapps/fancybox as a component

  Sources   Download

The Requires

 

14/07 2017