Hi, how can I inser an iframe with the new lightbox ?
Thank you
Luca
Hey Luca!
Please add “popup-youtube” class to your link as shown here – http://pastebin.com/6UpxREyu
Best regards,
Yigit
Hey Yigit! Thank you for your answer but I need to insert an url external in my case https://www.hbb.bz/booking.php?lang=it&ID=Mzg3LWU3MzU4NQ&step=1
the class popup.youtube doesn’t work like lightbox but open the url in the same page…
Luca
It doen’t work too….
Luca
it does not work for me too
Hi!
Thank you for the update.
Right now, we’re still looking into making more simple but you can try this:
On a text editor, add this code:
<a class="iframe-popup" href="kriesi.at">Open PopUp</a>
Then edit js > avia.js, look for this code on line 6:
$(document).ready(function()
{
Below, add this code:
$('.iframe-popup').magnificPopup({
type: 'iframe',
iframe: {
patterns: {
kriesi: {
index: 'kriesi.at',
id: '/',
src: 'http://%id%'
}
}
}
});
Change url on the index parameter.
Regards,
Ismael