Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dragging: false, is not working #40

Closed
gabrielpapke opened this issue Apr 3, 2014 · 3 comments
Closed

Dragging: false, is not working #40

gabrielpapke opened this issue Apr 3, 2014 · 3 comments

Comments

@gabrielpapke
Copy link

Why the option dragging : false is not working? Can you help me? Thanks!

window.onload = init;
var product;
function init(){
    product1 = $('.product1').ThreeSixty({
        totalFrames: 52,
        endFrame: 30,
        currentFrame: 1,
        imgList: '.threesixty_images',
        progress: '.spinner',
        imagePath:'img/car/',
        filePrefix: '',
        ext: '.png',
        height: 447,
        width: 1000,
        navigation: true,
        disableSpin: false,
        dragging: false
    });
}
@creativeaura
Copy link
Owner

Let me have a look at it.

@creativeaura
Copy link
Owner

@gabrielpapke you can download latest version 1.0.8.

dragging is property used internally and thats the reason it was not working. I have added drag property that will disable the drag events now.

{
  drag: false
}

Documentation is also updated.

@gabrielpapke
Copy link
Author

Thanks! You're awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants