return '<img src="' . $link . '" border="0" alt="" />';
$navigator_user_agent = ( isset( $_SERVER['HTTP_USER_AGENT'] ) ) ? strtolower( $_SERVER['HTTP_USER_AGENT'] ) : '';
if (stristr($navigator_user_agent, "msie")) {
return '<img src="' . $link . '" border="0" alt="" style="width: expression(this.width > 730 ? 730 : true);" />';
} else {
return '<img src="' . $link . '" border="0" alt="" style="max-width: 730px;" />';
}
Podrias porbar con esto :
en class_bbcode.php busca:
maxihornes dijo:Che me fui muy útil ese que pusiste ehh!!
Gracias 010101!