能设置整个屏幕的宽度吗?
整个屏幕的宽度要自己输入,我的是 1366x720
$(".jR3DCarouselGallery").jR3DCarousel({
"width": 1366,
"height": 720,
"slideLayout": "fill",
"animation": "slide3D",
"animationCurve": "ease",
"animationDuration": 1250,
"animationInterval": 971,
"autoplay": false,
"navigation": "circles",
"slides": [
{
"src": "images/a1.png"
},
{
"src": "images/a2.png"
},
{
"src": "images/a3.png"
},
{
"src": "images/a4.png"
},
{
"src": "images/a5.png"
},
{
"src": "images/a1.png"
},
{
"src": "images/a2.png"
},
{
"src": "images/a3.png"
}
]
})