MyBB Community Forums

Full Version: Poner Pequeña La IMG
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hola, bueno tengo una duda.

Yo en mi foro utilizo mucho la subida de IMG y bueno, necesito que la img cuando se carge por completo se haga pequeña

Y el que la quiera ver grande solo Click.

En Otfusion.net esta pero no se como hacerlo yo.

Porfavor, saludos.
Or:

OPEN inc/class_parser.php

Search:
return "<img src=\"{$url}\" border=\"0\" alt=\"{$alt}\"{$css_align} />"; 

Replace:
return "<img src=\"{$url}\" onload=\"if(this.width > 400) {this.width=400} if(this.height > 400) {this.height=400}\" border=\"0\" alt=\"{$alt}\"{$css_align} />";

Bye
Se llama Image Resizer

Ahí esta:

http://mods.mybboard.net/view/image-resizer-&-optimizer

Saludos!
Gracias Lo necesitaba ^^