0.4.0 • Published 6 years ago

tx-elevate v0.4.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

jQuery Zoom Plugin for Tx Projects

================================

TxElevate - A jQuery image zoom plugin

Originally forked from elevateweb/elevatezoom but significantly modified to fit our projects.

Getting Started

Include jQuery and the plugin on a page. Include your images and initialise the plugin.

<img id="zoom_01" src='images/image.png'/>

<script>
    $('#zoom_01').txElevate();
</script>

For more information on how to setup and customise, check the original projects examples. We have removed many options that we felt were not needed for our project, so check the code.

License

ISC license

0.4.0

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago