Sketchfab-omeka-module/asset/js/height_calculator.js

5 lines
102 B
JavaScript
Raw Normal View History

2021-07-30 20:23:03 +02:00
function get_height(container, ratio) {
var height = $(container).width() / ratio
return height
}