MyBB.de Forum

Normale Version: Image Magnify.
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: Image Magnify.

Zitat:Plugin name: Image Magnify.
Author: Pratik Unadkat.
Website: http://www.mybb-world.com

Plugin description: Gives animated magnify (zoom) jquery effect to images on thread.


Installation Instructions:

1. Extract the zipped plugin file.
2. Upload /inc/plugins/imgmagnify.php to your server's .inc/plugins/ folder .
3. Upload /jscripts/jquery.magnifier to your server's .jscripts/ folder .
4. Upload /uploads/imgmagnify_cursor folder to your server's .uploads/ folder .
5. Activate the plugin from ACP.

Using Instructions:

When you or anyone hovers your mouse or cursor to any image shown in the thread, a zoom cursor icon will be shown, which on clicking would enlarge the image, and again on clicking the enlarged image, it would be shrinked to its normal size.

Troubleshooting: Setting Magnification:

By default, the image would be magnified 1.5x times than that of the original image. You can easily edit this setting as per your liking. Just open the jquery.magnifier.js file provided inside the plugin package with any text editor of your choice and find:

Code:
magnifyby: 1.5 

Edit 1.5 to any number, say 3, so the images would be magnified 3 times larger than original image. But make sure this number is not very large as it could cause or occupy full screen for large resolution images.

For support, post in below thread:

http://community.mybb.com/thread-117268.html

Or visit:

http://www.mybb-world.com .

Screenshots at bottom.


Enjoy.