Given an original width and height plus a new width, calculate the height needed to preserve the same aspect ratio.
Formula
New Height = New Width × (Original Height / Original Width)