Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 481 Bytes

Readme.md

File metadata and controls

29 lines (21 loc) · 481 Bytes

jQuery Image Viewer

A lightweight jQuery plugin for creating an image viewer with zoom functionality.

Installation

npm

$ npm install image_viewer_jquery

cdn

https://cdn.jsdelivr.net/gh/htut-git/image-viewer-jquery/dist/image-viewer.js

Demo

To See Demo ...

Example

<script>
    const imageViewer = new ImageViewer('.full-view-image', {
        maxZoomLevel: 2,
    });
</script>