=== WP Image Zoomify ===
Contributors: manikmist09
Tags: image light box, image zoom, image popup, smooth image popup, zoomify
Requires at least: 3.1
Tested up to: 4.5
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

WP Image Zoomify is a simple image light box plugin with zoom effect.


== Description ==

The plugin adds simple light box with zoom effect to any of the image on your site.

Usages:
Just add `rel='zoomify'` attribute or add a class `zoomify` to the image.
Example:
Using rel attribute
`<img rel="zoomify" src="http://yoursite/image.jpg" class="alignnone size-medium wp-image-1263" />`
Using class
`<img src="http://yoursite/image.jpg" class="zoomify" />`

The plugin will automatically recognise the image and adds light box to that.


== Installation ==

Use the automatic installer on the 'Plugins' page, or upload the unzipped plugin directory to your `/wp-content/plugins/` directory and activate it.


== Screenshots ==
1. The screen shot with light box


== ChangeLog ==

= 0.1 =

* initial plugin release

