滚动错误的位置360产品滑块

时间:2017-06-19 15:32:04

标签: javascript css

滚动时,滑块向错误的方向滑动。你知道我该如何解决这个问题吗?我正在使用插件和#34; treesixteen滑块"

<script type="text/javascript">
window.onload = init;

var product;
function init(){

    product1 = $('.product1').ThreeSixty({
        totalFrames: 97, // Total no. of image you have for 360 slider
        endFrame: 97, // end frame for the auto spin animation
        currentFrame: 1, // This the start frame for auto spin
        imgList: '.threesixty_images', // selector for image list
        progress: '.spinner', // selector to show the loading progress
         imagePath:'assets/product1/', // path of the image assets
        filePrefix: 'a', // file prefix if any
        ext: '.jpg', // extention for the assets
        height: 265,
        width: 400,
        navigation: true,
        disableSpin: true, // Default false
        responsive: true,
        playSpeed: 10,
    });

}
</script>

这是WebSitite:http://pappu-lighting.com/Series/Kutiq/LAST.html 与360度滑块的第二次性别。

0 个答案:

没有答案