I'm using fancybox 3, but I ran into the problem, I can not either understand how to display the name in the opened iframe. Nowhere about this information have not found. . I do so.
<a data-fancybox data-type="iframe" data-title="name iframe" title="name iframe" data-src="http://totaldict.ru/dictants/gorod-na-reke/" href="javascript:;">
External page
</a>
$("[data-fancybox]").fancybox({
toolbar: false,
smallBtn: true,
autoSize: true,
helpers: {
title: {
type: 'inside'
},
buttons: {}
},
iframe: {
css: {
width: '700px'
}
},
});
What am I not so prescribed?