Coder Social home page Coder Social logo

chris-interstate / lightgallery Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sachinchoolur/lightgallery

0.0 1.0 1.0 78.46 MB

A customizable, modular, responsive, lightbox gallery plugin. :+1:

Home Page: http://sachinchoolur.github.io/lightGallery/

License: Apache License 2.0

JavaScript 58.09% HTML 1.70% CSS 40.21%

lightgallery's Introduction

travis bower npm

lightGallery

A customizable, modular, responsive, lightbox gallery plugin for jQuery. lightgallery Demo

JQuery lightGallery demo. Codepen demo

Main features

  • Fully responsive.
  • Modular architecture with built in plugins.
  • Touch and support for mobile devices.
  • Mouse drag supports for desktops.
  • Double-click/Double-tap to see actual size of the image.
  • Animated thumbnails.
  • Youtube Vimeo Dailymotion VK and html5 videos Support.
  • 20+ Hardware-Accelerated CSS3 transitions.
  • Dynamic mode.
  • Full screen support.
  • Supports zoom.
  • Browser history API.
  • Responsive images.
  • HTML iframe support.
  • Multiple instances on one page.
  • Easily customizable via CSS (SCSS) and Settings.
  • Smart image preloading and code optimization.
  • Keyboard Navigation for desktop.
  • Font icon support.
  • And many more.

Browser support

lightgallery supports all major browsers including IE 8 and above..

Installation

Install with Bower

You can install lightgallery using the Bower package manager.

$ bower install lightgallery --save

npm

You can also find lightgallery on npm.

$ npm install lightgallery

Download from Github

You can also directly download lightgallery from github.

Cdnjs

If you prefer to use a CDN you can load files via cdnjs

Include CSS and Javascript files

First of all add lightgallery.css in the <head> of the document.

<head>
    <link type="text/css" rel="stylesheet" href="css/lightGallery.css" /> 
</head>

Then include jQuery and lightgallery.min.js into your document. If you want to include any lightgallery plugin you can include it after lightgallery.min.js.

<body>
    ....

    <!-- jQuery version must be >= 1.8.0; -->
    <script src="jquery.min.js"></script>

    <!-- A jQuery plugin that adds cross-browser mouse wheel support. (Optional) -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js"></script>

    <!-- lightgallery plugins -->
    <script src="js/lg-thumbnail.min.js"></script>
    <script src="js/lg-fullscreen.min.js"></script>
</body>  
The markup

lightgallery does not force you to use any kind of markup. you can use whatever markup you want. But i suggest you to use the following markup. Here you can find the detailed examples of deferent kind of markups.

<div id="lightgallery">
  <a href="img/img1.jpg">
      <img src="img/thumb1.jpg" />
  </a>
  <a href="img/img2.jpg">
      <img src="img/thumb2.jpg" />
  </a>
  ...
</div>

Call the plugin

Finally you need to initiate the gallery by adding the following code.

<script type="text/javascript">
    $(document).ready(function() {
        $("#lightgallery").lightGallery(); 
    });
</script>

Support lightgallery

If you like lightgallery please support the project by staring the repository or tweet about this project.

Need collaborators

If anyone is interested in becoming a collaborator please drop me an email at [email protected]. I have been quite busy lately. Unable to reply to all support and customization requests. Any assistance with this project would be greatly appreciated.

Resources

Demos

Built in modules

  1. Thumbnail
  2. Autoplay
  3. Video
  4. Fullscreen
  5. Pager
  6. Zoom
  7. Hash

Support

Please use GitHub issue tracker in the event that you have come across a bug or glitch. It would also be very helpful if you could add a jsFiddle, which would allow you to demonstrate the problem in question.

You can post a comment here to leave feedback, and offer any feature suggestions you may have for Lightgallery.

Please use stackoverflow instead of github issue tracker if you need any help with implementing lightgallery in your project or if you have any personal support requests. If you need any special customization, feature or support email me at [email protected]. I can do it for reasonable price.

Do you like lightgallery? You can support the project by staring the github repository or tweet about this project.

Follow me on twitter @sachinchoolur for the latest news, updates about this project.

Other Projects

#####jQuery lightslider

lightSlider is a lightweight responsive Content slider with carousel thumbnails navigation.

#####Angular flash

A simple lightweight flash message module for angularjs

#####ladda-angular

Ladda button directive for angularjs

#####Teamwave

Integrated Suite of Business Applications.. (Not an open source project but free for the first 1,000 Companies!)

lightgallery's People

Contributors

abnersajr avatar ajoah avatar bitdeli-chef avatar catsand avatar cillosis avatar dchekanov avatar deadem avatar dsrec77 avatar elboletaire avatar escaped avatar gaelbuchy avatar gjsduarte avatar hctom avatar jlukic avatar jochienabuurs avatar joshgillies avatar kukac7 avatar kurre avatar mayton avatar nathanwalker avatar sachinchoolur avatar searleb avatar tammo0 avatar watarumohawk avatar xanderrock avatar

Watchers

 avatar

Forkers

abramovick

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.