All Projects → fancyapps → fancybox

fancyapps / fancybox

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

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to fancybox

react-gallery-carousel
Mobile-friendly gallery carousel 🎠 with server side rendering, lazy loading, fullscreen, thumbnails, touch, mouse emulation, RTL, keyboard navigation and customisations.
Stars: ✭ 178 (-97.55%)
Mutual labels:  gallery, responsive, touch, modal, lightbox
Baguettebox.js
⚡ Simple and easy to use lightbox script written in pure JavaScript
Stars: ✭ 2,252 (-68.98%)
Mutual labels:  gallery, responsive, modal, lightbox
Photoviewer
🌀 A JS plugin to view images just like in Windows.
Stars: ✭ 203 (-97.2%)
Mutual labels:  responsive, modal, lightbox
Ngx Gallery
Angular Gallery, Carousel and Lightbox
Stars: ✭ 417 (-94.26%)
Mutual labels:  gallery, modal, lightbox
Lity
Lightweight, accessible and responsive lightbox.
Stars: ✭ 1,051 (-85.53%)
Mutual labels:  responsive, modal, lightbox
Natural Gallery Js
A lazy load, infinite scroll and natural layout list gallery
Stars: ✭ 93 (-98.72%)
Mutual labels:  gallery, responsive, lightbox
Glightbox
Pure Javascript lightbox with mobile support. It can handle images, videos with autoplay, inline content and iframes
Stars: ✭ 702 (-90.33%)
Mutual labels:  gallery, responsive, lightbox
hes-gallery
Light, dependency free, responsive gallery script
Stars: ✭ 27 (-99.63%)
Mutual labels:  gallery, responsive, lightbox
Magnify
🖼 A jQuery plugin to view images just like in Windows. Browser support IE7+!
Stars: ✭ 177 (-97.56%)
Mutual labels:  responsive, modal, lightbox
Slider
Touch swipe image slider/slideshow/gallery/carousel/banner mobile responsive bootstrap
Stars: ✭ 2,046 (-71.82%)
Mutual labels:  gallery, responsive, touch
Vue Gallery
📷 Responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers.
Stars: ✭ 405 (-94.42%)
Mutual labels:  gallery, touch
React Native Gallery Toolkit
Reanimated 2 powered gallery implementation
Stars: ✭ 379 (-94.78%)
Mutual labels:  gallery, lightbox
Simple React Lightbox
A simple but functional light-box for React.
Stars: ✭ 265 (-96.35%)
Mutual labels:  gallery, lightbox
Zoomwall.js
A content-focused photo gallery using a horizontal masonry layout that scales up in lightbox mode.
Stars: ✭ 254 (-96.5%)
Mutual labels:  gallery, lightbox
Nanogallery2
a modern photo / video gallery and lightbox [JS library]
Stars: ✭ 488 (-93.28%)
Mutual labels:  gallery, lightbox
Lightgallery.js
Full featured JavaScript image & video gallery. No dependencies
Stars: ✭ 5,168 (-28.83%)
Mutual labels:  gallery, lightbox
Swiper
Most modern mobile touch slider with hardware accelerated transitions
Stars: ✭ 29,519 (+306.54%)
Mutual labels:  gallery, touch
angular-super-gallery
AngularJS super image gallery
Stars: ✭ 46 (-99.37%)
Mutual labels:  gallery, modal
React Grid Gallery
Justified image gallery component for React
Stars: ✭ 571 (-92.14%)
Mutual labels:  gallery, lightbox
body-scroll-freezer
↕️ Dependency-free JS module to freeze body scroll when opening modal box
Stars: ✭ 22 (-99.7%)
Mutual labels:  modal, lightbox

Archived

This repository has been archived and is now part of https://github.com/fancyapps/ui

Fancybox

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

Quick start

1. Add latest jQuery and Fancybox files

<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>

<link href="/path/to/jquery.fancybox.min.css" rel="stylesheet" />
<script src="/path/to/jquery.fancybox.min.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 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).

Read more about Fancybox license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].