zepto-smart-zoom

1.0.6 • Public • Published

smart-zoom

Usage

npm install zepto-smart-zoom --save
<div class="zoom">
    <img class='source-img first' src="../images/test.jpeg" alt="">
    <img class='source-img' src="../images/test.jpeg" alt="">
</div>
require('zepto');
require('zepto-smart-zoom');
 
$('.zoom').smartZoom(/*{element: '.source-img'}*/);
 

Dependents (0)

Package Sidebar

Install

npm i zepto-smart-zoom

Weekly Downloads

7

Version

1.0.6

License

MIT

Last publish

Collaborators

  • kehao.qiu