Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #389036

    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

    #389425

    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

    #390039

    Hmm, nice. Is it possible to change the size of the iframe inside the link? Like a param …

    #390393

    Hey!

    Add this to your custom CSS.

    .mfp-iframe-holder .mfp-content {
      max-width: 1200px !important;
    }

    Best regards,
    Elliott

    #390671

    Thx Elliott. I will test it :-)

    #391080

    Hey docperi!

    Did you get it to work?

    Best regards,
    Rikard

    #396012

    Yes … all fine :-) Works great!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Open Links in Lightbox’ is closed to new replies.