--- a/includes/render.php Wed Jul 11 14:28:34 2007 -0400
+++ b/includes/render.php Wed Jul 11 15:18:14 2007 -0400
@@ -816,10 +816,10 @@
$img_tag = '<img src="' . $url . '" ';
- if ( isset($r_width) && isset($r_height) && $scale_type != '|thumb' )
- {
- $img_tag .= 'width="' . $r_width . '" height="' . $r_height . '" ';
- }
+ // if ( isset($r_width) && isset($r_height) && $scale_type != '|thumb' )
+ // {
+ // $img_tag .= 'width="' . $r_width . '" height="' . $r_height . '" ';
+ // }
$img_tag .= 'style="border-width: 0px; background-color: white;" ';