Quote:
Originally Posted by SiMateoAko
Lots of info here. If you're like me and don't want to add 30 lines of code to your img tags, do what I did.
replace this:
Code:
return '<img src="' . $link . '" border="0" alt="" />';
with this:
Code:
return '<img style="max-width:800px; width: expression(this.width > 800 ? 800: true);" src="' . $link . '" border="0" alt="" />';
The code you want to replace is found in the function handle_bbcode_img_match() in class_bbcode.php. For me it was on line 1831.
This is fast and will work with either firefox or IE. It may even work with Opera, but I don't know.
|
thats where its at! perfect! doesn't mess with the sigs at all. thanks so much!
:banana::banana::banana: