Skip to content

Instantly share code, notes, and snippets.

@levantoan
Created December 30, 2015 02:29
Show Gist options
  • Save levantoan/1b7219722f303cb21a27 to your computer and use it in GitHub Desktop.
Save levantoan/1b7219722f303cb21a27 to your computer and use it in GitHub Desktop.
Sửa lỗi khi click vào fancybox bị nhảy lên top
/*Nếu khi click vào thẻ a bật fancybox mà bị nhảy lên đầu trang thì bạn thêm đoạn script này vào là ok*/
helpers: {
overlay: {
locked: false
}
}
Ví dụ thực tế:
$('.fancybox').fancybox({
helpers: {
overlay: {
locked: false
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment