1.0.6 • Published 6 years ago

vue-image-zoom v1.0.6

Weekly downloads
140
License
-
Repository
-
Last release
6 years ago

vue-image-zoom

A vue-based image viewer plugin with zooming

Install

$ npm install -D vue-image-zoom
// main.js

import zoom from 'vue-image-zoom';
import 'vue-image-zoom/dist/vue-image-zoom.css';

Vue.use(zoom);

Usage

Normal:

this.$zoom('/path/to/your/img');

With Params:

this.$zoom('/path/to/your/img', {
  allowZoom:          true,  // When false, zooming is not available. Image will be shown on 100% size.
  autoScale:          true,  // When true, if the image is larger than the screen, it will be automatically scaled down until suitable. Along with 'allowZoom'
  closeOnClickModal:  false, // When false, clicking modal layer will close the viewer.
});
1.0.6

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago