自动更改图像不起作用[lightbox2]

时间:2017-03-27 17:39:23

标签: lightbox2

在Lightbox2版本2.9.0中无法自动更改图像。

我没有改变任何设置等,所有开箱即用。用于非常古老的html页面

http://www.provelo-regionthun.ch/index.html

控件不显示。

1 个答案:

答案 0 :(得分:0)

因此,请尝试将此脚本放在lightbox.js

的底部
lightbox.option({
      'wrapAround': true
    });

或直接在HTML中(</body>之前)

<script>
lightbox.option({
      'wrapAround': true
    })
</script>