使用 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/
我之前尝试过多次发布此内容,但没有人给我任何信息,这真的让我很受挫,非常感谢您的帮助。