Skip to content

Instantly share code, notes, and snippets.

@bizikov
Created May 19, 2014 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bizikov/e0996760c7aca7f7d561 to your computer and use it in GitHub Desktop.
Save bizikov/e0996760c7aca7f7d561 to your computer and use it in GitHub Desktop.
Отключение эффектов и навигации через клавиши в плагине fancybox
$fancybox.fancybox({
openEffect: 'none',
closeEffect: 'none',
prevEffect: 'none',
nextEffect: 'none',
keys : {
next: null,
prev: null,
close : null
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment