jquery - fancybox2 / fancybox causes page to to jump to the top -
i have implemented fancybox2 on dev site.
when engage fancybox (click link etc) whole html shifts behind - , goes top. have working fine in demo, when drag same code project jumps top. not links inline divs, simple image gallery.
has experienced this?
this can done helper in fancybox 2.
$('.image').fancybox({ helpers: { overlay: { locked: false } } });
http://davekiss.com/prevent-fancybox-from-jumping-to-the-top-of-the-page/
Comments
Post a Comment