Heisenberg submitted a new resource:
You must be registered for see links
- The most simple image resizervB Version: 3.8.7
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:
Code:return '<img src="' . $link . '" border="0" alt="" />';
Replace with:
Code:return '<img src="' . $link . '" border="0" alt="" style="max-width: 700px" />';
Depending on your post table width, you might change "700px" to some...
You must be registered for see links
Last edited:
