Socket
Socket
Sign inDemoInstall

lg-fullscreen.js

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lg-fullscreen.js

Fullscreen module for lightgallery.


Version published
Maintainers
1
Install size
12.8 kB
Created

Readme

Source

travis bower npm

Fullscreen module for lightgallery.js

Full featured javascript gallery. Zero dependencies. lightgallery

Browser support

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

Installation

Install with Bower

You can install lightgallery fullscreen plugin using the Bower package manager.

$ bower install lg-fullscreen.js --save
npm

You can also find lightgallery fullscreen plugin on npm.

$ npm install lg-fullscreen.js
Download from Github

You can also directly download lg-fullscreen from github.

Include Javascript files

Include lg-fullscreen plugin after lightgallery.min.js.

<body>
   ---
    <!-- Include lightgallery.js -->
    <script src="js/lightgallery.min.js"></script>
    
    <!-- Include lg-fullscreen.js -->
    <script src="js/lg-fullscreen.min.js"></script>
    
    <!-- Include other lightgallery plugins (Optional) -->
    <script src="js/lg-thumbnail.min.js"></script>
</body>  

Demos

Docs

Support

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.

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.

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

Keywords

FAQs

Last updated on 01 Aug 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc