Skip to content

Agrumas/elevatezoom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elevateZoom - A jQuery image zoom plugin

Getting Started

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

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

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

For more information on how to setup and customise, check the examples.

License

Copyright (c) 2012 Andrew Eades Dual licensed under the GPL and MIT licenses.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.4%
  • HTML 5.6%