resizing images for display only with image_tag()

you could use :height => "50%" and that should give you a proportionally scaled image.

using :height => "50%" and :width => "50%" worked like a charm. thank you!