Is there a way to disable Tiny Scrolling for just one div?
Didn't want to create a new question so I'll just refrase this one, is there a way to disable the Tiny Scrolling p开发者_如何学Clugin for just one particular div?
Thanks :)
Did you try setting the "centerOnScroll" variable to true (ref)?
$('#selector').fancybox({
centerOnScroll : true
})
精彩评论