mopcweb / LGallery

Pure JavaScript gallery

Home Page:https://mopcweb.github.io/LGallery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LGallery

See the Demo for documentation and a demonstration.

Small pure JavaScript solution for interactive galleries & sliders.

Touch enabled, responsive and customizable.

Quick start

1. Download and add only 2 files:

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

2. Initialize

The easiest way to initialize LGallery is to put in:

<script>
  initLG()
</script>

There are also other ways to make it with more options. Read more

3. That's all. Enjoy!

License

LGallery is licensed under the MIT license.

Bugs and feature requests

If you find a bug, please report.

Feature requests are also welcome

About

Pure JavaScript gallery

https://mopcweb.github.io/LGallery/

License:MIT License


Languages

Language:JavaScript 63.3%Language:CSS 24.3%Language:HTML 12.4%