Skip to content

MarcGodard/tx-elevate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 2.4%