Download the PHP package net-tools/view-bigimg without Composer
On this page you can find all versions of the php package net-tools/view-bigimg. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package view-bigimg
view-bigimg
a pure library for zooming and panning your web images
Features
- Support touch devices
- Smooth dragging and panning images
- Pinch in / Pinch out to zoom in/ zoom out
How to use
A. with inline script
B. with npm
API
- new ViewBigimg(options)
- show(imgsrc)
- destroy()
new ViewBigimg(options)
Creates an instance of ViewBigimg
Param | Type | Default | Description |
---|---|---|---|
options | Object | {} | options |
options.zoomValue | Number | 100 | default zoom size |
options.maxZoom | Number | 500 | maxium zoom size |
options.refreshOnResize | Boolean | true | whether refresh when window resize, default is true |
options.zoomOnMouseWheel | Boolean | true | enable mousewheel to zoom images |
All versions of view-bigimg with dependencies
PHP Build Version
Package Version
No informations.
The package net-tools/view-bigimg contains the following files
Loading the files please wait ....