1

我已经多次使用 jssor 并且从未遇到过这个问题,在加载时,它会简要显示两张幻灯片堆叠在一起(http://www.riainabox.com/)。我尝试切换 $ShowLoading 变量,但这没有帮助。任何解决方法的想法?我考虑过 setTimeout 但由于它位于页面顶部,这并不是一个真正的选择,但如果归结为它我会的。

4

1 回答 1

0

As all content is overlapped in 'slides container' before initialization of jssor slider. It looks stacked. And it will be well formatted after initialization.

Please add css 'position: absolute; top: 0px; left: 0px;' for every slide to fix this issue manually.

<div class="banner1" style="position: absolute; top: 0px; left: 0px;">
于 2014-06-25T22:37:08.947 回答