meraproject/lib/js/elevatezoom/README.md
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

24 lines
619 B
Markdown

[jQuery Zoom Plugin](http://www.elevateweb.co.uk/image-zoom/)
================================
elevateZoom - A jQuery image zoom plugin
## Getting Started
Include jQuery and the plugin on a page. Include your images and initialise the plugin.
```html
<img id="zoom_01" src='images/small/image1.png' data-zoom-image="images/large/image1.jpg"/>
<script>
$('#zoom_01').elevateZoom();
</script>
```
For more information on how to setup and customise, [check the examples](http://www.elevateweb.co.uk/image-zoom/examples).
## License
Copyright (c) 2012 Andrew Eades
Dual licensed under the GPL and MIT licenses.