I found a lot of fancybox2 solutions but not a single fancybox 3 solution. So the first thing
I have a html like that in my iframe
<a data-fancybox class="fancyboxedit" data-src="facebook" href="javascript:;">
<input type='submit' value='Submit'>
</a>
$(".fancyboxedit").fancybox({
iframe : {
css : {
width : '600px'
height: '800px'
}
}
});
Altough the documentation is calling it can be overwritten I cant change anything.Hovewer I can change from source file it is ok