/LGallery

Pure JavaScript gallery

Primary LanguageJavaScriptMIT LicenseMIT

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