因此,当新访客到达网站时,起始图像将是“background3.jpg”,而不是从“background1.jpg”开始
在下方,您可以在控制幻灯片的索引页面上看到我正在使用的脚本。
<script>
$.backstretch([
"imgs/background1.jpg",
"imgs/background2.jpg",
"imgs/background3.jpg",
"imgs/background4.jpg",
"imgs/background5.jpg" ], {
fade: 800, //Speed of Fade
duration: 2500 // The length of Time the image is display
});