Skip to content

Instantly share code, notes, and snippets.

@manbearwolf
Created October 31, 2017 01:43
Show Gist options
  • Select an option

  • Save manbearwolf/bfe9d22d4e60e4cdb6ec29a7d11f0c2a to your computer and use it in GitHub Desktop.

Select an option

Save manbearwolf/bfe9d22d4e60e4cdb6ec29a7d11f0c2a to your computer and use it in GitHub Desktop.
Fancybox Init Placement.... Options...??
$(document).ready(function(){
// Responsive video embeds
$('.entry-content').fitVids();
// Fancybox Init
$("[data-fancybox]").fancybox({
// Options will go here
// Enable keyboard navigation
keyboard : true,
// Should display navigation arrows at the screen edges
arrows : true,
// Disable right-click and use simple image protection for images
protect : true,
// Enable infinite gallery navigation
loop : true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment