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
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