Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #512696

    Hi,

    I use a PDF to show in a iframe with the following code:
    http://www.yoursite.com/sample.pdf?iframe=true

    Is it possible to change the width & height of the lightbox?

    THX Freek

    #512924

    Hey Freek!

    It should be using the full width of your screen but you can limit it’s width with this CSS.

    .mfp-iframe-holder .mfp-content {
    max-width: 600px;
    }

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.