lemoral,
можно вычислить maxheight при загрузке страницы но это не спасает от изменения потом окна по высоте
$(document).ready(function(){
var maxheight = ($(window).height()-150)/$(window).height()*100 ;
$('.fotorama').data('maxheight', maxheight + '%') ;
$("body").css("display","none").fadeIn("slow");
});
</script>
<script src="js/fotorama.js"></script>
</body></html>