Skip to content

Instantly share code, notes, and snippets.

@marcosnakamine
Created April 3, 2017 16:47
Show Gist options
  • Save marcosnakamine/547ff57032b498ea7f3c1a593e4ecba7 to your computer and use it in GitHub Desktop.
Save marcosnakamine/547ff57032b498ea7f3c1a593e4ecba7 to your computer and use it in GitHub Desktop.
jQuery Fancybox - Open iframe with fixed width and height
$.fancybox.open({
src:'url',
type:'iframe',
opts:{
iframe:{
css:{
width:1000,
height:1000
}
},
fullScreen:false,
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment