The most simple image resizer
If you're sick of all those JS based image resizers, you can use this simple code modification to resize high resolution images everywhere.
Go to: /includes/class_bbcode.php (Line 1987) Find: PHP Code:
return '<img src="' . $link . '" border="0" alt="" />';
PHP Code:
return '<img src="' . $link . '" border="0" alt="" style="max-width: 700px" />';
There are no other edits required, if user wants to see the full image he'll have to go right click and then view image. Which is in my opinion way better than that fancy "Click to see it in full resolution". Simple but effective! Download No files for download. |
Similar Mods
Show Thread Enhancements Image resizer | vBulletin 3.6 Add-ons |