Didn't want to create a new question so I'll just refrase this one, is there a way to disable the Tiny Scrolling plugin for just one particular div?
Thanks :)
Didn't want to create a new question so I'll just refrase this one, is there a way to disable the Tiny Scrolling plugin for just one particular div?
Thanks :)
Did you try setting the "centerOnScroll" variable to true (ref)?
$('#selector').fancybox({
centerOnScroll : true
})