=== Image Magnify === Contributors: sazzadh Donate link: http://tallythemes.com/ Tags: magnify, image, zoom, Requires at least: 4 Tested up to: 6.1.1 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Image Magnify is a lightweight image magnifier plugin for wordpress. It add zoom effect on the hover of the image. == Description == Using this plugin you can add a interactive zoom hover effect on a image. This plugin offer a shortcode to generate the effect. This plugin using a jquery plugin [Magnify](http://thdoan.github.io/magnify/) by by Tom Doan. = Shortcode Example = `[image_magnify src="NORMALL_IMAGE_URL" src_big="BIG_IMAGE_URL" w="WIDTH_OF_THE_IMAGE" h="HEIGHT_OF_THE_IMAGE" alt="ALT_TEXT_OF_IMAGE" clas="CSS_CLASS" /]` == Installation == 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = What is the Shortcode and How to add zoom effect to a Image? = Below is the example of the shoercode that you can use to add a zoom effect image. `[image_magnify src="NORMALL_IMAGE_URL" src_big="BIG_IMAGE_URL" w="WIDTH_OF_THE_IMAGE" h="HEIGHT_OF_THE_IMAGE" alt="ALT_TEXT_OF_IMAGE" clas="CSS_CLASS" /]` == Changelog == = 1.1 = * Check with new WordPress = 1.0 = * initial releases