Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 726 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 726 Bytes

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