0.6.2 • Published 7 years ago

pinchit v0.6.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Pinch it

Build Status Coverage Status

Description

Zoom images without dependencies

Install with npm

npm install --save pinchit

Install with bower

bower install pinchit --save

Usage

Prerequisited markup

<div class="img-wrapper">
    <img src="" alt="">
</div>

Prerequisited css

.img-wrapper {
  overflow: hidden;
}

.img-wrapper img {
  max-width: 100%;
}

Integration

  import pinchit from 'pinchit';
  var wrapper = document.querySelectorAll('.img-wrapper');

  pinchit(wrapper, {
      // options going here
  });

Public API

Options

Browser Support

  • Chrome
  • Safari
  • FireFox

License

MIT. Copyright (c) 2016 Philip Knape.

0.6.2

7 years ago

0.6.1

7 years ago

0.5.5

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago