【问题标题】:SLIDESJS chrome bugSLIDESJS 镀铬错误
【发布时间】:2012-01-07 13:22:28
【问题描述】:

我的 wordpress theme 中的 SlidesJS 插件有问题。

图库正在运行,但是当页面在 chrome 中加载时,它没有正确显示第一张幻灯片,但下一张幻灯片没问题。它在 FF、Opera 甚至 IE 8 中都能正常运行。有时它可以正确加载,但大多数时候它不能正常加载。

如果有人知道解决方案,请帮助我。谢谢。

jQuery 代码:

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
   });
});     

【问题讨论】:

  • 如果您认为这是一个 chrome 错误,请报告here

标签: javascript jquery wordpress google-chrome


【解决方案1】:

已修复。问题是我没有在“img”标签中指定宽度和高度。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2017-12-23
    • 2011-09-15
    • 2023-04-10
    • 1970-01-01
    • 2013-10-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多