jQuery plugin that adds simple, highly configurable dynamic zoom functionality for your images.
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<link rel="stylesheet" media="all" href="dist/styles/zoomit.css">
<script src="dist/scripts/jquery.zoomit.min.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
The plugin is available on the Bower registry
bower install --save zoomit
The package is also available via the NPM repository. Simply:
npm install --save zoomit
Or
yarn add zoomit