我的wordpress theme中的SlidesJS插件存在问题。
图库正在运行但是当页面加载到chrome时它没有正确显示第一张幻灯片,但下一张幻灯片没问题。它在FF,Opera甚至IE 8中都能正常工作。有时它可以正确加载,但大部分时间都没有。
如果有人知道解决方案,请帮助我。谢谢。
jQuery(document).ready(function() {
jQuery("#gallery-68").slides({
pagination: true,
preload: true,
preloadImage: "http://themes.pixlito.com/Simplio/wp-content/themes/Simplio/images/ajax-loader.gif",
generatePagination: true,
crossfade: true,
effect: "fade",
bigTarget: true,
hoverPause: true,
autoHeight: true,
play: 10000
});
});
答案 0 :(得分:3)
固定。问题是我没有在" img"中指定宽度和高度。标签。