Archive.org-omeka-module/asset/js/height_calculator.js

5 lines
102 B
JavaScript

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