We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why the option dragging : false is not working? Can you help me? Thanks!
dragging : false
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 }); }
The text was updated successfully, but these errors were encountered:
Let me have a look at it.
Sorry, something went wrong.
@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.
Thanks! You're awesome.
No branches or pull requests
Why the option
dragging : false
is not working? Can you help me? Thanks!The text was updated successfully, but these errors were encountered: