================================
TxElevate - A jQuery image zoom plugin
Originally forked from elevateweb/elevatezoom but significantly modified to fit our projects.
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.
ISC license