Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulocheque/jquery-simpleimagezoom

It is common that we want to highlight a image because a link or something. This can be done by a border change, link hover etc or a Image Zoom.
https://github.com/paulocheque/jquery-simpleimagezoom

Last synced: 17 days ago
JSON representation

It is common that we want to highlight a image because a link or something. This can be done by a border change, link hover etc or a Image Zoom.

Awesome Lists containing this project

README

        

# JQuery-SimpleImageZoom

It is common that we want to highlight a image because a link or something. This can be done by a border change, link hover etc or a Image Zoom.

*
* Latest Release: 0.1.0

# Example of Usage

```html
// Default values: { zoom: 10, speed_hover: 100, speed_unhover: 100, unit: 'px', }
$('img').ImageZoom();

// Custom values
$('img').ImageZoom({ zoom: 15, speed_hover: 100, speed_unhover: 200, unit: 'px' });
```