Skip to content

Instantly share code, notes, and snippets.

@nathancarnes
Created July 18, 2012 17:28
Show Gist options
  • Save nathancarnes/3137610 to your computer and use it in GitHub Desktop.
Save nathancarnes/3137610 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$(".video_modalB").fancybox({
'titleShow' : false,
'type': 'iframe',
'width' : 360,
'height': 643,
'margin': 0,
'padding': 0,
'overlayOpacity': .5,
'transitionIn': 'none',
'transitionOut': 'none'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment