Code:
Cant be bothered to write an NFO....
THIS IS NOT AN IMG RESIZE MOD!!
HBD Image Zoom is a cool little addition for posted images wrapped in [IMG ]......[/IMG ]
when you hover over the image a small magnifed box will show allowing you to view more detail, this is probably best for GFX related forums...
Usage:
- Click and drag upwards your mouse, the zoom ratio increases
- Click and drag downwards your mouse, the zoom ratio decreases
- Click and drag to the right your mouse, the zoom window increases
- Click and drag to the left your mouse, the zoom window decreases
Install:
Note:
This mod involves editing a main .php file so only do if you feel comfortale doing so...
1: Unzip and upload hbdzoom.js file to your clientscript folder
2: Open headinclude template and find:
HTML:
<!-- / CSS Stylesheet -->
HTML:
<script type="text/javascript" src="clientscript/hbdzoom.js"></script>
3: open includes/class_bbcode.php and find:
PHP:
return '<img src="' . $link . '" border="0" alt="" />';
PHP:
return '<img src="' . $link . '" border="0" onmouseover="HBDzoom(this);" alt="Click to magnify" />';
- Not tested but should work with 3.6/7.x aswell
- This in not an IMG resize mod
- Do not ask for demo attached IMG shows you enough...