Hi I have a similar problem with fancybox iframe
I use jquery.fancybox.pack.js?v=2.1.2
I am trying to make it a modal, by setting modal: true. But the fancy box closes when the user clicks anywhere outside.
I tried using, closeClick: false and
helpers : {
overlay : {closeClick: false}
}
Still it doesn't work for me.
Any Suggestions?
Thanks.