<br><div><span class="gmail_quote">On 11/13/06, <b class="gmail_sendername">Deb Lewis</b> <<a href="mailto:djlewis@acm.org">djlewis@acm.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
RE: mv:image_tag documented as mapping width/height attrs to :size parm for<br>rails helper<br><br>yep, looks like we lost that logic when the implementation was reworked; an<br>earlier version of the the directive did indeed pick up the dims attributes
<br>and pass them on suitably to the rails helper. Noted, will fix (?tomorrow?)</blockquote><div><br><br>Yes, the image_tag changed in this release. After looking at the code,
I realized that the image_tag you could either use :height and :width
or the :size attributes, so I went with the :width and :height instead
of :size since it seemed cleaner to me. I don't really see why they
even put the size option in there since it is unnecessary and height
and width do what we want.<br><br>Is there a reason you don't want to use :width and :height? Last time I looked at the code this should work identically to what :size was doing.<br> </div>Jeff<br></div><br>