Created
April 3, 2017 16:47
-
-
Save marcosnakamine/547ff57032b498ea7f3c1a593e4ecba7 to your computer and use it in GitHub Desktop.
jQuery Fancybox - Open iframe with fixed width and height
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.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