Hi there,
question how can i open a link from main menu inside a lightbox and how on a textlink inside my content?
Any ideas?
Thx
Hi Mario!
You can create a custom link in your menu and then add a ?iframe=true
to the end of the URL like so.
http://www.yoursite.com/somepage?iframe=true
The same thing for links in your content.
Best regards,
Elliott
Hmm, nice. Is it possible to change the size of the iframe inside the link? Like a param …
Hey!
Add this to your custom CSS.
.mfp-iframe-holder .mfp-content {
max-width: 1200px !important;
}
Best regards,
Elliott
Thx Elliott. I will test it :-)
Yes … all fine :-) Works great!