开发者

Is there a way to disable Tiny Scrolling for just one div?

开发者 https://www.devze.com 2022-12-30 02:58 出处:网络
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?

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
})
0

精彩评论

暂无评论...
验证码 换一张
取 消