# lg-zoom

> Zoom module for lightgallery.

Latest version **1.3.0** (published 2020-10-14) · GPLv3 license · 0 weekly downloads

## Install

```sh
npm install lg-zoom
pnpm add lg-zoom
yarn add lg-zoom
bun add lg-zoom
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.0 |
| Published | 2020-10-14 |
| First published | 2016-09-21 |
| Weekly downloads | 0 |
| License | GPLv3 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 99.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Sachin N |
| Maintainers | sachinchoolur |
| Keywords | gallery, lightbox, image, youtube, vimeo, dailymotion, html5 videos, thumbnails, zoom, fullscreen, responsive, touch, drag |

## Links

- npm: https://www.npmjs.com/package/lg-zoom
- Repository: https://github.com/sachinchoolur/lg-zoom
- Homepage: http://sachinchoolur.github.io/lightGallery
- Issues: https://github.com/sachinchoolur/lg-zoom/issues
- npm.io page: https://npm.io/package/lg-zoom

## Dependencies (1)

- [jquery](https://npm.io/package/jquery.md) >=1.7.0

## Alternatives

- [exif-parser](https://npm.io/package/exif-parser.md) — 3.8M weekly downloads
- [vite-plugin-compression](https://npm.io/package/vite-plugin-compression.md) — 569.5K weekly downloads
- [pica](https://npm.io/package/pica.md) — 442.4K weekly downloads
- [@reportportal/client-javascript](https://npm.io/package/@reportportal/client-javascript.md) — 408.8K weekly downloads
- [@tldraw/state](https://npm.io/package/@tldraw/state.md) — 316.0K weekly downloads

## Recent versions

- 1.3.0 (latest) — 2020-10-14
- 1.3.0-beta.0 (beta) — 2020-10-05
- 1.2.1 — 2020-06-13
- 1.2.0 — 2020-05-03
- 1.1.0 — 2017-08-08
- 1.0.4 — 2016-12-20
- 1.0.3 — 2016-12-11
- 1.0.2 — 2016-11-20
- 1.0.1 — 2016-09-30
- 1.0.0 — 2016-09-21

## README

![travis](https://travis-ci.org/sachinchoolur/lg-zoom.svg?branch=master)
![bower](https://img.shields.io/bower/v/lg-zoom.svg)
![npm](https://img.shields.io/npm/v/lg-zoom.svg)

# Zoom module for [lightGallery](http://sachinchoolur.github.io/lightGallery/)
A customizable, modular, responsive, lightbox gallery plugin for jQuery.
![lightgallery](https://raw.githubusercontent.com/sachinchoolur/lightGallery/master/lib/lg.png)

Main features
---

* Zoom in and zoom out.
* Double click on images to see it's actual size.
* Zoom in/out the clicked position.
 
Browser support
---
lightgallery supports all major browsers including IE 9 and above..


Installation
---
#### Install with Bower

You can install lightgallery zoom plugin using the [Bower](http://bower.io) package manager.

```sh
$ bower install lg-zoom --save
```

#### npm

You can also find lightgallery zoom plugin on [npm](http://npmjs.org).

```sh
$ npm install lg-zoom
```
#### Download from Github

You can also directly download lg-zoom from github.

#### CDN
If you prefer to use a CDN you can load files via [jsdelivr](https://www.jsdelivr.com/projects/lg-zoom)

#### Include Javascript files
Include lg-zoom plugin after lightgallery.min.js.
``` html
<body>
   ---
    <!-- Include lightGallery -->
    <script src="js/lightgallery.min.js"></script>
    
    <!-- Include lg-zoom -->
    <script src="js/lg-zoom.min.js"></script>
    
    <!-- Include other lightgallery plugins (Optional) -->
    <script src="js/lg-thumbnail.min.js"></script>
</body>  
```

[Demos](http://sachinchoolur.github.io/lightGallery) 
----
  
[Docs](http://sachinchoolur.github.io/lightGallery/docs/api.html#lg-zoom)
-----

License
---

#### Commercial license
If you want to use lightGallery to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary. Purchase a lightGallery Commercial License at [uplabs.com/posts/lightgallery-plugin](https://www.uplabs.com/posts/lightgallery-plugin)

#### Open source license

If you are creating an open source application under a license compatible with the GNU GPL license v3, you may use this project under the terms of the GPLv3.

---
_Source: https://npm.io/package/lg-zoom · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
