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'}*/);
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.6
    1
    • latest

Version History

Package Sidebar

Install

npm i zepto-smart-zoom

Weekly Downloads

7

Version

1.0.6

License

MIT

Last publish

Collaborators

  • kehao.qiu