Last-minute change to width/height on embedded images
authorDan
Wed, 11 Jul 2007 15:18:14 -0400
changeset 65 627d0a8a7819
parent 64 60e450d2e8c3
child 66 52017732bc20
Last-minute change to width/height on embedded images
includes/render.php
--- 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;" ';