2012-08-10 39 views

回答

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