I need to know how can I set auto height(as long as the content height) of fancybox of type 'iframe'?
I tried this little piece of code, but it's not working
<a class="fancybox fancybox.iframe" href="">Open Fancybox</a>
$(".fancybox").fancybox({
autoSize: true,
autoHeight: true,
autoWidth: true,
fitToView: false,
padding: 0,
href: $(this).attr('href'),
type: 'iframe',
});