Skip to content

Instantly share code, notes, and snippets.

@sajhd
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save sajhd/89fd61d6b2dc05d2c39c to your computer and use it in GitHub Desktop.

Select an option

Save sajhd/89fd61d6b2dc05d2c39c to your computer and use it in GitHub Desktop.
auto-gallery.php
// Fancybox
$(".fancybox").fancybox({
'transitionIn' : 'fade',
'transitionOut' : 'fade',
'speedIn' : 600,
'speedOut' : 200,
'overlayShow' : true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment