使用选项data-height="100%"
将Fotorama的高度设置为窗口的高度。这是设计的。但是我希望它设置为父元素的高度。
我将Fotorama包含在一个几乎全高的容器内,但是有一个固定在窗口底部的导航用填充物。但是移动设备固定在标题上。
非常感谢任何帮助!
答案 0 :(得分:1)
height = $('#fotorama').parent().outerHeight()
$('#fotorama').fotorama({width: '100%', height: height})