图像循环加载不合适

时间:2013-07-30 20:20:31

标签: javascript jquery slider caroufredsel

当加载具有CarouFredSel图像周期的页面时,它总是向右移动一点,直到我转到下一个图像或重新加载页面,硬刷新后会发生同样的问题。

$( document ).ready(function() {
$(".photos").carouFredSel({
    width: "100%",
    height: "465px",
    items: {
        visible: 1,
        width: "variable",
        height: "465px"
    },
    scroll: {
        fx: "none",
        duration: 1
    },
    auto: 50000,
    prev: {
        button: ".prev",
        key: "left"
    },
    next: {
        button: ".next",
        key: "right"
    },
    pagination: {
        container: ".pagination",
        keys: true
    },
    swipe: true,
    mousewheel: true
})
});

http://coreytegeler.com/gl/music/

之前我曾尝试过多次发帖,没有人给我任何信息,这真的让我很高兴,非常感谢帮助。

1 个答案:

答案 0 :(得分:1)

我不认为您的CarouFredSel配置存在问题。我做了一个代码的jsfiddle,它工作正常。(http://jsfiddle.net/YdAee/)。我猜它会与你的砌体代码有关,但这只是猜测,因为这会引发错误。看看这段代码:

///////MASONRY/////
if (randomComplete == true) {
    $('#boxes').masonry({
        itemSelector: '.box'
    });
}

randomComplete定义超出范围。