拉斯维加斯滑块预载

时间:2012-08-10 04:16:41

标签: javascript background slider

我想在这里为这个拉斯维加斯滑块设置预加载选项

http://vegas.jaysalvat.com/documentation/slideshow

但我对javascript一无所知,请有人帮助我。

1 个答案:

答案 0 :(得分:0)

根据Documentation on the right

OPTION: PRELOAD
Preload all the images of the Slideshow.

听起来你必须使用preload参数:

$.vegas('slideshow', {
  preload: true,
  backgrounds:[
    { src:'/img/background1.jpg' },
    { src:'/img/background2.jpg' },
    { src:'/img/background3.jpg' }
  ]
})('overlay');