Description
Image zoomer is jQuery zooming tool. The plugin gives any image on your page the ability to be magnified when the mouse rolls over it. The square effect uses a “magnifying glass” that appears over the image lets the user zoom in to show close-up detail of the image.
Features
- Easy – Just upload and activate the plugin.
- Customize – The default zoom level (ie: 2x) and The default size of the “magnifier” (ie: 75×75) can be changed.
- When the user scrolls the mouse wheel while over the image, the zoom level decreases or increases based on the scroll direction. The range of zoom can be changed (ie: 1x to 10x).
Demo
Please check the plugin release page then hover an image demo then try to scroll up or down.
Credit
This plugin based Image Power Zoomer from Dynamic Drive
Screenshots
Installation
- Decompress the .zip archive and upload
zoomer.php
file into/wp-content/plugins/
directory - Or the other way, with your wordpress admin page > Plugins > Add New then choose upload on the top. Next choose File (
zoomer.zip
) then Install Now (see the screenshots) - Activate the plugin through the
Plugins
menu in WordPress - Open Image Zoomer Settings Page to customize
FAQ
- How to change the default zoom level?
-
In
your wordpress admin page > Settings > Image Zoomer
, fill the form “Zoomer default power” with an integer greater or equal to 1. - How to change the size of the “magnifier”?
-
In
your wordpress admin page > Settings > Image Zoomer
, fill the form “Zoomer dimensions” with an integer, the default is 75 means 75×75. - I want only certain images can be enlarged while others don’t, how?
-
The default settings is your image will be zoomer all, but if you only want some of your image can be zoomer you can do it.
First go to image zoomer settings panel “Settings > Image Zoomer”, check with “no” in Option “Zoom all image”. Then open a post that have image you want to zoom.
In HTML editor find an image you want to zoom, than add “dwzoom” (without the quotes) to the class of image.For practical example, please visit the plugin release page
Contributors & Developers
“Image Zoomer” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Image Zoomer” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release