function get_height(container, ratio) { var height = $(container).width() / ratio return height }