我正在尝试将加载现在gif添加到我的循环2插件中。如何在图像加载之前强制gif加载?
目前我将loading.gif作为背景图片。问题是loading.gif首先没有加载
答案 0 :(得分:2)
查看Cycle2 API page,loader
选项和the associated demo。总结:
data-cycle-loader="wait"
。这将暂停幻灯片放映,直到加载所有图像。.cycle-slideshow {
background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;
}